General-purpose timers (TIM)
22.2.12.33 TIM_OC4FastConfig
void TIM_OC4FastConfig ( TIM_TypeDef * TIMx, uint16_t
TIM_OCFast)
Configures the TIMx Output Compare 4 Fast feature.
ï‚· TIMx : where x can be 1, 2, 3, 4 or 8 to select the TIM
peripheral.
ï‚· TIM_OCFast : new state of the Output Compare Fast Enable
Bit. This parameter can be one of the following values:
ï€ TIM_OCFast_Enable : TIM output compare fast enable
ï€ TIM_OCFast_Disable : TIM output compare fast
disable
22.2.12.34 TIM_ClearOC1Ref
void TIM_ClearOC1Ref ( TIM_TypeDef * TIMx, uint16_t
TIM_OCClear)
Clears or safeguards the OCREF1 signal on an external event.
ï‚· TIMx : where x can be 1, 2, 3, 4, 8, 15, 16 or 17 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