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

Defines

#define LL_TIM_TIM1_ETR_ADC3_RMP_NC   TIM1_OR1_RMP_MASK
#define LL_TIM_TIM1_ETR_ADC3_RMP_AWD1   (TIM1_OR1_ETR_ADC3_RMP_0 | TIM1_OR1_RMP_MASK)
#define LL_TIM_TIM1_ETR_ADC3_RMP_AWD2   (TIM1_OR1_ETR_ADC3_RMP_1 | TIM1_OR1_RMP_MASK)
#define LL_TIM_TIM1_ETR_ADC3_RMP_AWD3   (TIM1_OR1_ETR_ADC3_RMP | TIM1_OR1_RMP_MASK)

Define Documentation

#define LL_TIM_TIM1_ETR_ADC3_RMP_AWD1   (TIM1_OR1_ETR_ADC3_RMP_0 | TIM1_OR1_RMP_MASK)

TIM1_ETR is connected to ADC3 analog watchdog 1

Definition at line 1148 of file stm32l4xx_ll_tim.h.

#define LL_TIM_TIM1_ETR_ADC3_RMP_AWD2   (TIM1_OR1_ETR_ADC3_RMP_1 | TIM1_OR1_RMP_MASK)

TIM1_ETR is connected to ADC3 analog watchdog 2

Definition at line 1149 of file stm32l4xx_ll_tim.h.

#define LL_TIM_TIM1_ETR_ADC3_RMP_AWD3   (TIM1_OR1_ETR_ADC3_RMP | TIM1_OR1_RMP_MASK)

TIM1_ETR is connected to ADC3 analog watchdog 3

Definition at line 1150 of file stm32l4xx_ll_tim.h.

TIM1_ETR is not connected to ADC3 analog watchdog x

Definition at line 1147 of file stm32l4xx_ll_tim.h.