pub struct OC3M_W<'a> { /* private fields */ }
Expand description
Write proxy for field OC3M
Implementations§
Source§impl<'a> OC3M_W<'a>
impl<'a> OC3M_W<'a>
Sourcepub fn frozen(self) -> &'a mut W
pub fn frozen(self) -> &'a mut W
The comparison between the output compare register TIMx_CCRy and the counter TIMx_CNT has no effect on the outputs
Sourcepub fn active_on_match(self) -> &'a mut W
pub fn active_on_match(self) -> &'a mut W
Set channel to active level on match. OCyREF signal is forced high when the counter matches the capture/compare register
Sourcepub fn inactive_on_match(self) -> &'a mut W
pub fn inactive_on_match(self) -> &'a mut W
Set channel to inactive level on match. OCyREF signal is forced low when the counter matches the capture/compare register
Sourcepub fn force_inactive(self) -> &'a mut W
pub fn force_inactive(self) -> &'a mut W
OCyREF is forced low
Sourcepub fn force_active(self) -> &'a mut W
pub fn force_active(self) -> &'a mut W
OCyREF is forced high
Sourcepub fn pwm_mode1(self) -> &'a mut W
pub fn pwm_mode1(self) -> &'a mut W
In upcounting, channel is active as long as TIMx_CNT<TIMx_CCRy else inactive. In downcounting, channel is inactive as long as TIMx_CNT>TIMx_CCRy else active
Sourcepub fn opm_mode1(self) -> &'a mut W
pub fn opm_mode1(self) -> &'a mut W
Retriggerable OPM mode 1 - In up-counting mode, the channel is active until a trigger event is detected (on TRGI signal). In down-counting mode, the channel is inactive
Sourcepub fn combined_pwm_mode1(self) -> &'a mut W
pub fn combined_pwm_mode1(self) -> &'a mut W
OCyREF has the same behavior as in PWM mode 1. OCyREFC is the logical OR between OC1REF and OC2REF
Sourcepub fn combined_pwm_mode2(self) -> &'a mut W
pub fn combined_pwm_mode2(self) -> &'a mut W
OCyREF has the same behavior as in PWM mode 2. OCyREFC is the logical AND between OC1REF and OC2REF
Sourcepub fn asymmetric_pwm_mode1(self) -> &'a mut W
pub fn asymmetric_pwm_mode1(self) -> &'a mut W
OCyREF has the same behavior as in PWM mode 1. OCyREFC outputs OC1REF when the counter is counting up, OC2REF when it is counting down
Sourcepub fn asymmetric_pwm_mode2(self) -> &'a mut W
pub fn asymmetric_pwm_mode2(self) -> &'a mut W
OCyREF has the same behavior as in PWM mode 2. OCyREFC outputs OC1REF when the counter is counting up, OC2REF when it is counting down