Timer2TimerValReg

Type Alias Timer2TimerValReg 

Source
pub type Timer2TimerValReg = RegValueT<Timer2TimerValReg_SPEC>;
Expand description

Timer counter value

Aliased Type§

pub struct Timer2TimerValReg { /* private fields */ }

Implementations§

Source§

impl Timer2TimerValReg

Source

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

Gives the current timer value

Trait Implementations§

Source§

impl Default for Timer2TimerValReg

Source§

fn default() -> Timer2TimerValReg

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