Seei

Type Alias Seei 

pub type Seei = Reg<SeeiSpec>;
Expand description

SEEI (w) register accessor: Set Enable Error Interrupt Register

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

For information about available fields see seei module

Aliased Type§

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

Fields§

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