Cnt

Type Alias Cnt 

pub type Cnt = Reg<CntSpec>;
Expand description

CNT (r) register accessor: Counter register

You can read this register and get cnt::R. See API.

For information about available fields see cnt module

Aliased Type§

#[repr(transparent)]
pub struct Cnt { register: VolatileCell<u32>, _marker: PhantomData<CntSpec>, }

Fields§

§register: VolatileCell<u32>§_marker: PhantomData<CntSpec>