Cnr

Type Alias Cnr 

pub type Cnr = Reg<CnrSpec>;
Expand description

CNR (rw) register accessor: Low Power Timer Counter Register

You can read this register and get cnr::R. You can reset, write, write_with_zero this register using cnr::W. You can also modify this register. See API.

For information about available fields see cnr module

Aliased Type§

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

Fields§

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