Timer4PrescalerReg

Type Alias Timer4PrescalerReg 

Source
pub type Timer4PrescalerReg = RegValueT<Timer4PrescalerReg_SPEC>;
Expand description

Timer prescaler value

Aliased Type§

pub struct Timer4PrescalerReg { /* private fields */ }

Implementations§

Source§

impl Timer4PrescalerReg

Source

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

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

Trait Implementations§

Source§

impl Default for Timer4PrescalerReg

Source§

fn default() -> Timer4PrescalerReg

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