STM32L486xx 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 983 of file stm32l4xx_hal_tim.h.

Polarity for TIxFPx or TI1_ED trigger sources

Definition at line 982 of file stm32l4xx_hal_tim.h.

Polarity for ETRx trigger sources

Definition at line 979 of file stm32l4xx_hal_tim.h.

Polarity for ETRx trigger sources

Definition at line 980 of file stm32l4xx_hal_tim.h.

Polarity for TIxFPx or TI1_ED trigger sources

Definition at line 981 of file stm32l4xx_hal_tim.h.