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

Defines

#define LL_TIM_TIM8_ETR_ADC3_RMP_NC   TIM8_OR1_RMP_MASK
#define LL_TIM_TIM8_ETR_ADC3_RMP_AWD1   (TIM8_OR1_ETR_ADC3_RMP_0 | TIM8_OR1_RMP_MASK)
#define LL_TIM_TIM8_ETR_ADC3_RMP_AWD2   (TIM8_OR1_ETR_ADC3_RMP_1 | TIM8_OR1_RMP_MASK)
#define LL_TIM_TIM8_ETR_ADC3_RMP_AWD3   (TIM8_OR1_ETR_ADC3_RMP | TIM8_OR1_RMP_MASK)

Define Documentation

#define LL_TIM_TIM8_ETR_ADC3_RMP_AWD1   (TIM8_OR1_ETR_ADC3_RMP_0 | TIM8_OR1_RMP_MASK)

TIM8_ETR is connected to ADC3 analog watchdog 1

Definition at line 1225 of file stm32l4xx_ll_tim.h.

#define LL_TIM_TIM8_ETR_ADC3_RMP_AWD2   (TIM8_OR1_ETR_ADC3_RMP_1 | TIM8_OR1_RMP_MASK)

TIM8_ETR is connected to ADC3 analog watchdog 2

Definition at line 1226 of file stm32l4xx_ll_tim.h.

#define LL_TIM_TIM8_ETR_ADC3_RMP_AWD3   (TIM8_OR1_ETR_ADC3_RMP | TIM8_OR1_RMP_MASK)

TIM8_ETR is connected to ADC3 analog watchdog 3

Definition at line 1227 of file stm32l4xx_ll_tim.h.

TIM8_ETR is not connected to ADC3 analog watchdog x

Definition at line 1224 of file stm32l4xx_ll_tim.h.