General-purpose timers (TIM)
22.2.12.37 TIM_ClearOC4Ref
void TIM_ClearOC4Ref ( TIM_TypeDef * TIMx, uint16_t
TIM_OCClear)
Clears or safeguards the OCREF4 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
22.2.12.38 TIM_ClearOC5Ref
void TIM_ClearOC5Ref ( TIM_TypeDef * TIMx, uint16_t
TIM_OCClear)
Clears or safeguards the OCREF5 signal on an external event.
ï‚· TIMx : where x can be 1 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
22.2.12.39 TIM_ClearOC6Ref
void TIM_ClearOC6Ref ( TIM_TypeDef * TIMx, uint16_t
TIM_OCClear)
Clears or safeguards the OCREF6 signal on an external event.