Constant stm32ral::stm32h7::peripherals::tim1_v2::CCMR2::OC3M::RW::PwmMode1[][src]

pub const PwmMode1: u32 = 0b110;
Expand description

0b110: 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 / AsymmetricPwmMode1: 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