Lmdr2

Type Alias Lmdr2 

pub type Lmdr2 = Reg<Lmdr2Spec>;
Expand description

LMDR2 (rw) register accessor: Local Memory Descriptor Register2

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

For information about available fields see lmdr2 module

Aliased Type§

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

Fields§

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