Lmdr0

Type Alias Lmdr0 

pub type Lmdr0 = Reg<Lmdr0Spec>;
Expand description

LMDR0 (rw) register accessor: Local Memory Descriptor Register

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

For information about available fields see lmdr0 module

Aliased Type§

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

Fields§

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