Eimcr

Type Alias Eimcr 

pub type Eimcr = Reg<EimcrSpec>;
Expand description

EIMCR (rw) register accessor: Error Injection Module Configuration Register

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

For information about available fields see eimcr module

Aliased Type§

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

Fields§

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