General-purpose timers (TIM)
22.2.12.17 TIM_SetCompare6
void TIM_SetCompare6 ( TIM_TypeDef * TIMx, uint32_t
Compare6)
Sets the TIMx Capture Compare6 Register value.
ï‚· TIMx : where x can be 1 or 8 to select the TIM peripheral.
ï‚· Compare6 : specifies the Capture Compare5 register new
value.
22.2.12.18 TIM_ForcedOC1Config
void TIM_ForcedOC1Config ( TIM_TypeDef * TIMx, uint16_t
TIM_ForcedAction)
Forces the TIMx output 1 waveform to active or inactive level.
ï‚· TIMx : where x can be 1, 2, 3, 4, 8, 15, 16 or 17 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
OC1REF
ï€ TIM_ForcedAction_InActive : Force inactive level on
OC1REF.
22.2.12.19 TIM_ForcedOC2Config
void TIM_ForcedOC2Config ( TIM_TypeDef * TIMx, uint16_t
TIM_ForcedAction)
Forces the TIMx output 2 waveform to active or inactive level.