Timcfg

Type Alias Timcfg 

pub type Timcfg = Reg<TimcfgSpec>;
Expand description

TIMCFG (rw) register accessor: Timer Configuration N Register

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

For information about available fields see timcfg module

Aliased Type§

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

Fields§

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