STM32L486xx HAL User Manual
Defines
TIM2 External Input Ch4 Remap
TIM Exported Constants

Defines

#define LL_TIM_TIM2_TI4_RMP_GPIO   TIM2_OR1_RMP_MASK
#define LL_TIM_TIM2_TI4_RMP_COMP1   (TIM2_OR1_TI4_RMP_0 | TIM2_OR1_RMP_MASK)
#define LL_TIM_TIM2_TI4_RMP_COMP2   (TIM2_OR1_TI4_RMP_1 | TIM2_OR1_RMP_MASK)
#define LL_TIM_TIM2_TI4_RMP_COMP1_COMP2   (TIM2_OR1_TI4_RMP | TIM2_OR1_RMP_MASK)

Define Documentation

#define LL_TIM_TIM2_TI4_RMP_COMP1   (TIM2_OR1_TI4_RMP_0 | TIM2_OR1_RMP_MASK)

TIM2 input capture 4 is connected to COMP1_OUT

Definition at line 1189 of file stm32l4xx_ll_tim.h.

#define LL_TIM_TIM2_TI4_RMP_COMP1_COMP2   (TIM2_OR1_TI4_RMP | TIM2_OR1_RMP_MASK)

TIM2 input capture 4 is connected to logical OR between COMP1_OUT and COMP2_OUT

Definition at line 1191 of file stm32l4xx_ll_tim.h.

#define LL_TIM_TIM2_TI4_RMP_COMP2   (TIM2_OR1_TI4_RMP_1 | TIM2_OR1_RMP_MASK)

TIM2 input capture 4 is connected to COMP2_OUT

Definition at line 1190 of file stm32l4xx_ll_tim.h.

TIM2 input capture 4 is connected to GPIO

Definition at line 1188 of file stm32l4xx_ll_tim.h.