Cnt

Type Alias Cnt 

pub type Cnt = Reg<CntSpec>;
Expand description

CNT (rw) register accessor: Counter

You can read this register and get cnt::R. You can reset, write, write_with_zero this register using cnt::W. You can also modify this register. 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>