STM32L486xx HAL User Manual
Defines
TIM2 Internal Trigger1 Remap
TIM Exported Constants

Defines

#define LL_TIM_TIM2_ITR1_RMP_TIM8_TRGO   TIM2_OR1_RMP_MASK
#define LL_TIM_TIM2_ITR1_RMP_OTG_FS_SOF   (TIM2_OR1_ITR1_RMP | TIM2_OR1_RMP_MASK)
#define LL_TIM_TIM2_ETR_RMP_GPIO   TIM2_OR1_RMP_MASK
#define LL_TIM_TIM2_ETR_RMP_LSE   (TIM2_OR1_ETR1_RMP | TIM2_OR1_RMP_MASK)

Define Documentation

TIM2_ETR is connected to GPIO

Definition at line 1179 of file stm32l4xx_ll_tim.h.

#define LL_TIM_TIM2_ETR_RMP_LSE   (TIM2_OR1_ETR1_RMP | TIM2_OR1_RMP_MASK)

TIM2_ETR is connected to LSE

Definition at line 1180 of file stm32l4xx_ll_tim.h.

#define LL_TIM_TIM2_ITR1_RMP_OTG_FS_SOF   (TIM2_OR1_ITR1_RMP | TIM2_OR1_RMP_MASK)

TIM2_ITR1 is connected to OTG_FS SOF

Definition at line 1170 of file stm32l4xx_ll_tim.h.

TIM2_ITR1 is connected to TIM8_TRGO

Definition at line 1169 of file stm32l4xx_ll_tim.h.