Ocmdr1

Type Alias Ocmdr1 

pub type Ocmdr1 = Reg<Ocmdr1Spec>;
Expand description

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

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

For information about available fields see ocmdr1 module

Aliased Type§

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

Fields§

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