Ocmdr2

Type Alias Ocmdr2 

pub type Ocmdr2 = Reg<Ocmdr2Spec>;
Expand description

OCMDR2 (rw) register accessor: On-Chip Memory Descriptor Register

You can read this register and get ocmdr2::R. You can reset, write, write_with_zero this register using ocmdr2::W. You can also modify this register. See API.

For information about available fields see ocmdr2 module

Aliased Type§

#[repr(transparent)]
pub struct Ocmdr2 { register: VolatileCell<u32>, _marker: PhantomData<Ocmdr2Spec>, }

Fields§

§register: VolatileCell<u32>§_marker: PhantomData<Ocmdr2Spec>