STM32F439xx HAL User Manual
Defines
TIM Trigger Polarity
TIM Exported Constants

Defines

#define TIM_TRIGGERPOLARITY_INVERTED   TIM_ETRPOLARITY_INVERTED
#define TIM_TRIGGERPOLARITY_NONINVERTED   TIM_ETRPOLARITY_NONINVERTED
#define TIM_TRIGGERPOLARITY_RISING   TIM_INPUTCHANNELPOLARITY_RISING
#define TIM_TRIGGERPOLARITY_FALLING   TIM_INPUTCHANNELPOLARITY_FALLING
#define TIM_TRIGGERPOLARITY_BOTHEDGE   TIM_INPUTCHANNELPOLARITY_BOTHEDGE

Define Documentation

Polarity for TIxFPx or TI1_ED trigger sources

Definition at line 742 of file stm32f4xx_hal_tim.h.

Polarity for TIxFPx or TI1_ED trigger sources

Definition at line 741 of file stm32f4xx_hal_tim.h.

Polarity for ETRx trigger sources

Definition at line 738 of file stm32f4xx_hal_tim.h.

Polarity for ETRx trigger sources

Definition at line 739 of file stm32f4xx_hal_tim.h.

Polarity for TIxFPx or TI1_ED trigger sources

Definition at line 740 of file stm32f4xx_hal_tim.h.