Timer3PrescalerReg

Type Alias Timer3PrescalerReg 

Source
pub type Timer3PrescalerReg = RegValueT<Timer3PrescalerReg_SPEC>;
Expand description

Timer prescaler value

Aliased Type§

pub struct Timer3PrescalerReg { /* private fields */ }

Implementations§

Source§

impl Timer3PrescalerReg

Source

pub fn tim_prescaler( self, ) -> RegisterField<0, 0x1f, 1, 0, u8, u8, Timer3PrescalerReg_SPEC, RW>

Defines the timer count frequency. CLOCK frequency / (TIM_PRESCALER+1)

Trait Implementations§

Source§

impl Default for Timer3PrescalerReg

Source§

fn default() -> Timer3PrescalerReg

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