Timer3TimerValReg

Type Alias Timer3TimerValReg 

Source
pub type Timer3TimerValReg = RegValueT<Timer3TimerValReg_SPEC>;
Expand description

Timer counter value

Aliased Type§

pub struct Timer3TimerValReg { /* private fields */ }

Implementations§

Source§

impl Timer3TimerValReg

Source

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

Gives the current timer value

Trait Implementations§

Source§

impl Default for Timer3TimerValReg

Source§

fn default() -> Timer3TimerValReg

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