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