Lmfatr

Type Alias Lmfatr 

pub type Lmfatr = Reg<LmfatrSpec>;
Expand description

LMFATR (r) register accessor: LMEM Fault Attribute Register

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

For information about available fields see lmfatr module

Aliased Type§

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

Fields§

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