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