STM32L486xx HAL User Manual
Defines
TIM1 External Trigger ADC1 Remap
TIM Exported Constants

Defines

#define LL_TIM_TIM1_ETR_ADC1_RMP_NC   TIM1_OR1_RMP_MASK
#define LL_TIM_TIM1_ETR_ADC1_RMP_AWD1   (TIM1_OR1_ETR_ADC1_RMP_0 | TIM1_OR1_RMP_MASK)
#define LL_TIM_TIM1_ETR_ADC1_RMP_AWD2   (TIM1_OR1_ETR_ADC1_RMP_1 | TIM1_OR1_RMP_MASK)
#define LL_TIM_TIM1_ETR_ADC1_RMP_AWD3   (TIM1_OR1_ETR_ADC1_RMP | TIM1_OR1_RMP_MASK)

Define Documentation

#define LL_TIM_TIM1_ETR_ADC1_RMP_AWD1   (TIM1_OR1_ETR_ADC1_RMP_0 | TIM1_OR1_RMP_MASK)

TIM1_ETR is connected to ADC1 analog watchdog 1

Definition at line 1136 of file stm32l4xx_ll_tim.h.

#define LL_TIM_TIM1_ETR_ADC1_RMP_AWD2   (TIM1_OR1_ETR_ADC1_RMP_1 | TIM1_OR1_RMP_MASK)

TIM1_ETR is connected to ADC1 analog watchdog 2

Definition at line 1137 of file stm32l4xx_ll_tim.h.

#define LL_TIM_TIM1_ETR_ADC1_RMP_AWD3   (TIM1_OR1_ETR_ADC1_RMP | TIM1_OR1_RMP_MASK)

TIM1_ETR is connected to ADC1 analog watchdog 3

Definition at line 1138 of file stm32l4xx_ll_tim.h.

TIM1_ETR is not connected to ADC1 analog watchdog x

Definition at line 1135 of file stm32l4xx_ll_tim.h.