Timer3PwmFreqReg

Type Alias Timer3PwmFreqReg 

Source
pub type Timer3PwmFreqReg = RegValueT<Timer3PwmFreqReg_SPEC>;
Expand description

Timer pwm frequency register

Aliased Type§

pub struct Timer3PwmFreqReg { /* private fields */ }

Implementations§

Source§

impl Timer3PwmFreqReg

Source

pub fn tim_pwm_freq( self, ) -> RegisterField<0, 0xffff, 1, 0, u16, u16, Timer3PwmFreqReg_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 Timer3PwmFreqReg

Source§

fn default() -> Timer3PwmFreqReg

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