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

Defines

#define LL_TIM_TIM16_TI1_RMP_GPIO   TIM16_OR1_RMP_MASK
#define LL_TIM_TIM16_TI1_RMP_LSI   (TIM16_OR1_TI1_RMP_0 | TIM16_OR1_RMP_MASK)
#define LL_TIM_TIM16_TI1_RMP_LSE   (TIM16_OR1_TI1_RMP_1 | TIM16_OR1_RMP_MASK)
#define LL_TIM_TIM16_TI1_RMP_RTC   (TIM16_OR1_TI1_RMP_1 | TIM16_OR1_TI1_RMP_0 | TIM16_OR1_RMP_MASK)

Define Documentation

TIM16 input capture 1 is connected to GPIO

Definition at line 1265 of file stm32l4xx_ll_tim.h.

#define LL_TIM_TIM16_TI1_RMP_LSE   (TIM16_OR1_TI1_RMP_1 | TIM16_OR1_RMP_MASK)

TIM16 input capture 1 is connected to LSE

Definition at line 1267 of file stm32l4xx_ll_tim.h.

#define LL_TIM_TIM16_TI1_RMP_LSI   (TIM16_OR1_TI1_RMP_0 | TIM16_OR1_RMP_MASK)

TIM16 input capture 1 is connected to LSI

Definition at line 1266 of file stm32l4xx_ll_tim.h.

#define LL_TIM_TIM16_TI1_RMP_RTC   (TIM16_OR1_TI1_RMP_1 | TIM16_OR1_TI1_RMP_0 | TIM16_OR1_RMP_MASK)

TIM16 input capture 1 is connected to RTC wakeup interrupt

Definition at line 1268 of file stm32l4xx_ll_tim.h.