Cmr

Type Alias Cmr 

pub type Cmr = Reg<CmrSpec>;
Expand description

CMR (rw) register accessor: Low Power Timer Compare Register

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

For information about available fields see cmr module

Aliased Type§

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

Fields§

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