Timer

Type Alias Timer 

pub type Timer = Reg<TimerSpec>;
Expand description

TIMER (rw) register accessor: Free Running Timer

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

For information about available fields see timer module

Aliased Type§

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

Fields§

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