Struct stm32f103xx::tim2::ccmr1_output::_OC1MW[][src]

pub struct _OC1MW<'a> { /* fields omitted */ }

Proxy

Methods

impl<'a> _OC1MW<'a>
[src]

Writes variant to the field

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

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

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

OCyREF toggles when TIMx_CNT=TIMx_CCRy.

OCyREF is forced low.

OCyREF is forced high.

In upcounting, channel 1 is active as long as TIMx_CNT<TIMx_CCRy else inactive. In downcounting, channel 1 is inactive (OCyREF=‘0) as long as TIMx_CNT>TIMx_CCRy else active (OCyREF=1).

In upcounting, channel y is inactive as long as TIMx_CNT<TIMx_CCRy else active. In downcounting, channel y is active as long as TIMx_CNT>TIMx_CCRy else inactive.

Writes raw bits to the field

Auto Trait Implementations

impl<'a> Send for _OC1MW<'a>

impl<'a> Sync for _OC1MW<'a>