Ceei

Type Alias Ceei 

pub type Ceei = Reg<CeeiSpec>;
Expand description

CEEI (w) register accessor: Clear Enable Error Interrupt Register

You can reset, write, write_with_zero this register using ceei::W. See API.

For information about available fields see ceei module

Aliased Type§

#[repr(transparent)]
pub struct Ceei { register: VolatileCell<u8>, _marker: PhantomData<CeeiSpec>, }

Fields§

§register: VolatileCell<u8>§_marker: PhantomData<CeeiSpec>