STM32F439xx HAL User Manual
Defines
External Trigger Polarity
TIM Exported Constants

Defines

#define LL_TIM_ETR_POLARITY_NONINVERTED   0x00000000U
#define LL_TIM_ETR_POLARITY_INVERTED   TIM_SMCR_ETP

Define Documentation

#define LL_TIM_ETR_POLARITY_INVERTED   TIM_SMCR_ETP

ETR is inverted, active at low level or falling edge

Definition at line 772 of file stm32f4xx_ll_tim.h.

#define LL_TIM_ETR_POLARITY_NONINVERTED   0x00000000U

ETR is non-inverted, active at high level or rising edge

Definition at line 771 of file stm32f4xx_ll_tim.h.