General-purpose timers (TIM)
22.2.12.35 TIM_ClearOC2Ref
void TIM_ClearOC2Ref ( TIM_TypeDef * TIMx, uint16_t
TIM_OCClear)
Clears or safeguards the OCREF2 signal on an external event.
ï‚· TIMx : where x can be 1, 2, 3, 4, 8 or 15 to select the TIM
peripheral.
ï‚· TIM_OCClear : new state of the Output Compare Clear
Enable Bit. This parameter can be one of the following values:
ï€ TIM_OCClear_Enable : TIM Output clear enable
ï€ TIM_OCClear_Disable : TIM Output clear disable
22.2.12.36 TIM_ClearOC3Ref
void TIM_ClearOC3Ref ( TIM_TypeDef * TIMx, uint16_t
TIM_OCClear)
Clears or safeguards the OCREF3 signal on an external event.
ï‚· TIMx : where x can be 1, 2, 3, 4 or 8 to select the TIM
peripheral.
ï‚· TIM_OCClear : new state of the Output Compare Clear
Enable Bit. This parameter can be one of the following values:
ï€ TIM_OCClear_Enable : TIM Output clear enable
ï€ TIM_OCClear_Disable : TIM Output clear disable