TimerPwmFreqReg

Type Alias TimerPwmFreqReg 

Source
pub type TimerPwmFreqReg = RegValueT<TimerPwmFreqReg_SPEC>;
Expand description

Timer pwm frequency register

Aliased Type§

pub struct TimerPwmFreqReg { /* private fields */ }

Implementations§

Source§

impl TimerPwmFreqReg

Source

pub fn tim_pwm_freq( self, ) -> RegisterField<0, 0xffff, 1, 0, u16, u16, TimerPwmFreqReg_SPEC, RW>

Defines the PWM frequency. Timer clock frequency / (TIM_PWM_FREQ+1) Timer clock is clock after prescaler

Trait Implementations§

Source§

impl Default for TimerPwmFreqReg

Source§

fn default() -> TimerPwmFreqReg

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