Lmfar

Type Alias Lmfar 

pub type Lmfar = Reg<LmfarSpec>;
Expand description

LMFAR (r) register accessor: LMEM Fault Address Register

You can read this register and get lmfar::R. See API.

For information about available fields see lmfar module

Aliased Type§

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

Fields§

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