Lmpecr

Type Alias Lmpecr 

pub type Lmpecr = Reg<LmpecrSpec>;
Expand description

LMPECR (rw) register accessor: LMEM Parity and ECC Control Register

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

For information about available fields see lmpecr module

Aliased Type§

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

Fields§

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