STM32L486xx HAL User Manual
Defines
TIM17 Timer Input Ch1 Remap
TIM Exported Constants

Defines

#define LL_TIM_TIM17_TI1_RMP_GPIO   TIM17_OR1_RMP_MASK
#define LL_TIM_TIM17_TI1_RMP_MSI   (TIM17_OR1_TI1_RMP_0 | TIM17_OR1_RMP_MASK)
#define LL_TIM_TIM17_TI1_RMP_HSE_32   (TIM17_OR1_TI1_RMP_1 | TIM17_OR1_RMP_MASK)
#define LL_TIM_TIM17_TI1_RMP_MCO   (TIM17_OR1_TI1_RMP | TIM17_OR1_RMP_MASK)

Define Documentation

TIM17 input capture 1 is connected to GPIO

Definition at line 1282 of file stm32l4xx_ll_tim.h.

#define LL_TIM_TIM17_TI1_RMP_HSE_32   (TIM17_OR1_TI1_RMP_1 | TIM17_OR1_RMP_MASK)

TIM17 input capture 1 is connected to HSE/32

Definition at line 1284 of file stm32l4xx_ll_tim.h.

#define LL_TIM_TIM17_TI1_RMP_MCO   (TIM17_OR1_TI1_RMP | TIM17_OR1_RMP_MASK)

TIM17 input capture 1 is connected to MCO

Definition at line 1285 of file stm32l4xx_ll_tim.h.

#define LL_TIM_TIM17_TI1_RMP_MSI   (TIM17_OR1_TI1_RMP_0 | TIM17_OR1_RMP_MASK)

TIM17 input capture 1 is connected to MSI

Definition at line 1283 of file stm32l4xx_ll_tim.h.