STM32F439xx HAL User Manual
Defines
TIM11 External Input Capture 1 Remap
TIM Exported Constants

Defines

#define LL_TIM_TIM11_TI1_RMP_GPIO   TIM11_OR_RMP_MASK
#define LL_TIM_TIM11_TI1_RMP_GPIO1   (TIM_OR_TI1_RMP_0 | TIM11_OR_RMP_MASK)
#define LL_TIM_TIM11_TI1_RMP_GPIO2   (TIM_OR_TI1_RMP | TIM11_OR_RMP_MASK)
#define LL_TIM_TIM11_TI1_RMP_HSE_RTC   (TIM_OR_TI1_RMP_1 | TIM11_OR_RMP_MASK)

Define Documentation

TIM11 channel 1 is connected to GPIO

Definition at line 919 of file stm32f4xx_ll_tim.h.

#define LL_TIM_TIM11_TI1_RMP_GPIO1   (TIM_OR_TI1_RMP_0 | TIM11_OR_RMP_MASK)

TIM11 channel 1 is connected to GPIO

Definition at line 920 of file stm32f4xx_ll_tim.h.

#define LL_TIM_TIM11_TI1_RMP_GPIO2   (TIM_OR_TI1_RMP | TIM11_OR_RMP_MASK)

TIM11 channel 1 is connected to GPIO

Definition at line 921 of file stm32f4xx_ll_tim.h.

#define LL_TIM_TIM11_TI1_RMP_HSE_RTC   (TIM_OR_TI1_RMP_1 | TIM11_OR_RMP_MASK)

TIM11 channel 1 is connected to HSE_RTC

Definition at line 922 of file stm32f4xx_ll_tim.h.