pub type Timer3PwmDcReg = RegValueT<Timer3PwmDcReg_SPEC>;Expand description
Timer pwm dc register
Aliased Type§
pub struct Timer3PwmDcReg { /* private fields */ }Implementations§
Source§impl Timer3PwmDcReg
impl Timer3PwmDcReg
Sourcepub fn tim_pwm_dc(
self,
) -> RegisterField<0, 0xffff, 1, 0, u16, u16, Timer3PwmDcReg_SPEC, RW>
pub fn tim_pwm_dc( self, ) -> RegisterField<0, 0xffff, 1, 0, u16, u16, Timer3PwmDcReg_SPEC, RW>
Defines the PWM duty cycle. TIM_PWM_DC / ( TIM_PWM_FREQ+1)
Trait Implementations§
Source§impl Default for Timer3PwmDcReg
impl Default for Timer3PwmDcReg
Source§fn default() -> Timer3PwmDcReg
fn default() -> Timer3PwmDcReg
Returns the “default value” for a type. Read more