STM32L486xx HAL User Manual
Defines
External Trigger Source
TIM Exported Constants

Defines

#define LL_TIM_ETRSOURCE_LEGACY   0x00000000U
#define LL_TIM_ETRSOURCE_COMP1   TIM1_OR2_ETRSEL_0
#define LL_TIM_ETRSOURCE_COMP2   TIM1_OR2_ETRSEL_1

Define Documentation

#define LL_TIM_ETRSOURCE_COMP1   TIM1_OR2_ETRSEL_0

COMP1 output connected to ETR input

Definition at line 957 of file stm32l4xx_ll_tim.h.

#define LL_TIM_ETRSOURCE_COMP2   TIM1_OR2_ETRSEL_1

COMP2 output connected to ETR input

Definition at line 958 of file stm32l4xx_ll_tim.h.

#define LL_TIM_ETRSOURCE_LEGACY   0x00000000U

ETR legacy mode

Definition at line 956 of file stm32l4xx_ll_tim.h.