Lmpeir

Type Alias Lmpeir 

pub type Lmpeir = Reg<LmpeirSpec>;
Expand description

LMPEIR (rw) register accessor: LMEM Parity and ECC Interrupt Register

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

For information about available fields see lmpeir module

Aliased Type§

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

Fields§

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