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