STM32L486xx HAL User Manual
Defines
TIM3 External Input Ch1 Remap
TIM Exported Constants

Defines

#define LL_TIM_TIM3_TI1_RMP_GPIO   TIM3_OR1_RMP_MASK
#define LL_TIM_TIM3_TI1_RMP_COMP1   (TIM3_OR1_TI1_RMP_0 | TIM3_OR1_RMP_MASK)
#define LL_TIM_TIM3_TI1_RMP_COMP2   (TIM3_OR1_TI1_RMP_1 | TIM3_OR1_RMP_MASK)
#define LL_TIM_TIM3_TI1_RMP_COMP1_COMP2   (TIM3_OR1_TI1_RMP | TIM3_OR1_RMP_MASK)

Define Documentation

#define LL_TIM_TIM3_TI1_RMP_COMP1   (TIM3_OR1_TI1_RMP_0 | TIM3_OR1_RMP_MASK)

TIM3 input capture 1 is connected to COMP1_OUT

Definition at line 1201 of file stm32l4xx_ll_tim.h.

#define LL_TIM_TIM3_TI1_RMP_COMP1_COMP2   (TIM3_OR1_TI1_RMP | TIM3_OR1_RMP_MASK)

TIM3 input capture 1 is connected to logical OR between COMP1_OUT and COMP2_OUT

Definition at line 1203 of file stm32l4xx_ll_tim.h.

#define LL_TIM_TIM3_TI1_RMP_COMP2   (TIM3_OR1_TI1_RMP_1 | TIM3_OR1_RMP_MASK)

TIM3 input capture 1 is connected to COMP2_OUT

Definition at line 1202 of file stm32l4xx_ll_tim.h.

TIM3 input capture 1 is connected to GPIO

Definition at line 1200 of file stm32l4xx_ll_tim.h.