Timer4PwmDcReg

Type Alias Timer4PwmDcReg 

Source
pub type Timer4PwmDcReg = RegValueT<Timer4PwmDcReg_SPEC>;
Expand description

Timer pwm dc register

Aliased Type§

pub struct Timer4PwmDcReg { /* private fields */ }

Implementations§

Source§

impl Timer4PwmDcReg

Source

pub fn tim_pwm_dc( self, ) -> RegisterField<0, 0xffff, 1, 0, u16, u16, Timer4PwmDcReg_SPEC, RW>

Defines the PWM duty cycle. TIM_PWM_DC / ( TIM_PWM_FREQ+1)

Trait Implementations§

Source§

impl Default for Timer4PwmDcReg

Source§

fn default() -> Timer4PwmDcReg

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