General-purpose timers (TIM)
22.2.12.44 TIM_OC2NPolarityConfig
void TIM_OC2NPolarityConfig ( TIM_TypeDef * TIMx, uint16_t
TIM_OCNPolarity)
Configures the TIMx Channel 2N polarity.
ï‚· TIMx : where x can be 1 or 8 to select the TIM peripheral.
ï‚· TIM_OCNPolarity : specifies the OC2N Polarity This
parameter can be one of the following values:
ï€ TIM_OCNPolarity_High : Output Compare active high
ï€ TIM_OCNPolarity_Low : Output Compare active low
22.2.12.45 TIM_OC3PolarityConfig
void TIM_OC3PolarityConfig ( TIM_TypeDef * TIMx, uint16_t
TIM_OCPolarity)
Configures the TIMx channel 3 polarity.
ï‚· TIMx : where x can be 1, 2, 3, 4 or 8 to select the TIM
peripheral.
ï‚· TIM_OCPolarity : specifies the OC3 Polarity This parameter
can be one of the following values:
ï€ TIM_OCPolarity_High : Output Compare active high
ï€ TIM_OCPolarity_Low : Output Compare active low
22.2.12.46 TIM_OC3NPolarityConfig
void TIM_OC3NPolarityConfig ( TIM_TypeDef * TIMx, uint16_t
TIM_OCNPolarity)
Configures the TIMx Channel 3N polarity.