STM32F439xx HAL User Manual
Defines
TIM5 External Input Ch4 Remap
TIM Exported Constants

Defines

#define LL_TIM_TIM5_TI4_RMP_GPIO   TIM5_OR_RMP_MASK
#define LL_TIM_TIM5_TI4_RMP_LSI   (TIM_OR_TI4_RMP_0 | TIM5_OR_RMP_MASK)
#define LL_TIM_TIM5_TI4_RMP_LSE   (TIM_OR_TI4_RMP_1 | TIM5_OR_RMP_MASK)
#define LL_TIM_TIM5_TI4_RMP_RTC   (TIM_OR_TI4_RMP | TIM5_OR_RMP_MASK)

Define Documentation

TIM5 channel 4 is connected to GPIO

Definition at line 908 of file stm32f4xx_ll_tim.h.

#define LL_TIM_TIM5_TI4_RMP_LSE   (TIM_OR_TI4_RMP_1 | TIM5_OR_RMP_MASK)

TIM5 channel 4 is connected to LSE

Definition at line 910 of file stm32f4xx_ll_tim.h.

#define LL_TIM_TIM5_TI4_RMP_LSI   (TIM_OR_TI4_RMP_0 | TIM5_OR_RMP_MASK)

TIM5 channel 4 is connected to LSI internal clock

Definition at line 909 of file stm32f4xx_ll_tim.h.

#define LL_TIM_TIM5_TI4_RMP_RTC   (TIM_OR_TI4_RMP | TIM5_OR_RMP_MASK)

TIM5 channel 4 is connected to RTC wakeup interrupt

Definition at line 911 of file stm32f4xx_ll_tim.h.