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