STM32L486xx HAL User Manual
Defines
TIM8 External Trigger ADC2 Remap
TIM Exported Constants

Defines

#define LL_TIM_TIM8_ETR_ADC2_RMP_NC   TIM8_OR1_RMP_MASK
#define LL_TIM_TIM8_ETR_ADC2_RMP_AWD1   (TIM8_OR1_ETR_ADC2_RMP_0 | TIM8_OR1_RMP_MASK)
#define LL_TIM_TIM8_ETR_ADC2_RMP_AWD2   (TIM8_OR1_ETR_ADC2_RMP_1 | TIM8_OR1_RMP_MASK)
#define LL_TIM_TIM8_ETR_ADC2_RMP_AWD3   (TIM8_OR1_ETR_ADC2_RMP | TIM8_OR1_RMP_MASK)

Define Documentation

#define LL_TIM_TIM8_ETR_ADC2_RMP_AWD1   (TIM8_OR1_ETR_ADC2_RMP_0 | TIM8_OR1_RMP_MASK)

TIM8_ETR is connected to ADC2 analog watchdog

Definition at line 1214 of file stm32l4xx_ll_tim.h.

#define LL_TIM_TIM8_ETR_ADC2_RMP_AWD2   (TIM8_OR1_ETR_ADC2_RMP_1 | TIM8_OR1_RMP_MASK)

TIM8_ETR is connected to ADC2 analog watchdog 2

Definition at line 1215 of file stm32l4xx_ll_tim.h.

#define LL_TIM_TIM8_ETR_ADC2_RMP_AWD3   (TIM8_OR1_ETR_ADC2_RMP | TIM8_OR1_RMP_MASK)

TIM8_ETR is connected to ADC2 analog watchdog 3

Definition at line 1216 of file stm32l4xx_ll_tim.h.

TIM8_ETR is not connected to ADC2 analog watchdog x

Definition at line 1213 of file stm32l4xx_ll_tim.h.