STM32L486xx 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 914 of file stm32l4xx_ll_tim.h.

#define LL_TIM_ETR_POLARITY_NONINVERTED   0x00000000U

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

Definition at line 913 of file stm32l4xx_ll_tim.h.