TimerPrescalerReg

Type Alias TimerPrescalerReg 

Source
pub type TimerPrescalerReg = RegValueT<TimerPrescalerReg_SPEC>;
Expand description

Timer prescaler value

Aliased Type§

pub struct TimerPrescalerReg { /* private fields */ }

Implementations§

Source§

impl TimerPrescalerReg

Source

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

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

Trait Implementations§

Source§

impl Default for TimerPrescalerReg

Source§

fn default() -> TimerPrescalerReg

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