Timer4TimerValReg

Type Alias Timer4TimerValReg 

Source
pub type Timer4TimerValReg = RegValueT<Timer4TimerValReg_SPEC>;
Expand description

Timer counter value

Aliased Type§

pub struct Timer4TimerValReg { /* private fields */ }

Implementations§

Source§

impl Timer4TimerValReg

Source

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

Gives the current timer value

Trait Implementations§

Source§

impl Default for Timer4TimerValReg

Source§

fn default() -> Timer4TimerValReg

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