STM32L443xx 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 1024 of file stm32l4xx_hal_tim.h.

Polarity for TIxFPx or TI1_ED trigger sources

Definition at line 1023 of file stm32l4xx_hal_tim.h.

Polarity for ETRx trigger sources

Definition at line 1020 of file stm32l4xx_hal_tim.h.

Polarity for ETRx trigger sources

Definition at line 1021 of file stm32l4xx_hal_tim.h.

Polarity for TIxFPx or TI1_ED trigger sources

Definition at line 1022 of file stm32l4xx_hal_tim.h.