pub type OC1M_W<'a, const O: u8> = FieldWriterSafe<'a, u32, CCMR1_OUTPUT_SPEC, u8, OC1M_A, 3, O>;
Expand description

Field OC1M writer - Output Compare 1 mode

Implementations

The comparison between the output compare register TIMx_CCRy and the counter TIMx_CNT has no effect on the outputs

Set channel to active level on match. OCyREF signal is forced high when the counter matches the capture/compare register

Set channel to inactive level on match. OCyREF signal is forced low when the counter matches the capture/compare register

OCyREF toggles when TIMx_CNT=TIMx_CCRy

OCyREF is forced low

OCyREF is forced high

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

Inversely to PwmMode1