Cntin

Type Alias Cntin 

pub type Cntin = Reg<CntinSpec>;
Expand description

CNTIN (rw) register accessor: Counter Initial Value

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

For information about available fields see cntin module

Aliased Type§

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

Fields§

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