Type Alias Seei
pub type Seei = Reg<SeeiSpec>;Expand description
Aliased Type§
#[repr(transparent)]pub struct Seei {
register: VolatileCell<u8>,
_marker: PhantomData<SeeiSpec>,
}Fields§
§register: VolatileCell<u8>§_marker: PhantomData<SeeiSpec>