TimerTimerValReg

Type Alias TimerTimerValReg 

Source
pub type TimerTimerValReg = RegValueT<TimerTimerValReg_SPEC>;
Expand description

Timer counter value

Aliased Type§

pub struct TimerTimerValReg { /* private fields */ }

Implementations§

Source§

impl TimerTimerValReg

Source

pub fn tim_timer_value( self, ) -> RegisterField<0, 0xffffff, 1, 0, u32, u32, TimerTimerValReg_SPEC, R>

Gives the current timer value

Trait Implementations§

Source§

impl Default for TimerTimerValReg

Source§

fn default() -> TimerTimerValReg

Returns the “default value” for a type. Read more