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