STM32F479xx HAL User Manual
|
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) |
TIM5 channel 4 is connected to GPIO
Definition at line 938 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 940 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 939 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 941 of file stm32f4xx_ll_tim.h.