General-purpose timers (TIM)
ï‚· TIMx : where x can be 1, 2, 3, 4, 8 or 15 to select the TIM
peripheral.
ï‚· TIM_ForcedAction : specifies the forced Action to be set to
the output waveform. This parameter can be one of the
following values:
ï€ TIM_ForcedAction_Active : Force active level on
OC2REF
ï€ TIM_ForcedAction_InActive : Force inactive level on
OC2REF.
22.2.12.20 TIM_ForcedOC3Config
void TIM_ForcedOC3Config ( TIM_TypeDef * TIMx, uint16_t
TIM_ForcedAction)
Forces the TIMx output 3 waveform to active or inactive level.
ï‚· TIMx : where x can be 1, 2, 3, 4 or 8 to select the TIM
peripheral.
ï‚· TIM_ForcedAction : specifies the forced Action to be set to
the output waveform. This parameter can be one of the
following values:
ï€ TIM_ForcedAction_Active : Force active level on
OC3REF
ï€ TIM_ForcedAction_InActive : Force inactive level on
OC3REF.
22.2.12.21 TIM_ForcedOC4Config
void TIM_ForcedOC4Config ( TIM_TypeDef * TIMx, uint16_t
TIM_ForcedAction)
Forces the TIMx output 4 waveform to active or inactive level.
ï‚· TIMx : where x can be 1, 2, 3, 4 or 8 to select the TIM
peripheral.