Eichen

Type Alias Eichen 

pub type Eichen = Reg<EichenSpec>;
Expand description

EICHEN (rw) register accessor: Error Injection Channel Enable register

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

For information about available fields see eichen module

Aliased Type§

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

Fields§

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