STM32F4xx HAL Documentation
Hardware Abstraction Layer for STM32F4 familiy
|
Macros | |
#define | TIM_TIM5_GPIO 0x00000000U |
#define | TIM_TIM5_LSI TIM_OR_TI4_RMP_0 |
#define | TIM_TIM5_LSE TIM_OR_TI4_RMP_1 |
#define | TIM_TIM5_RTC (TIM_OR_TI4_RMP_1 | TIM_OR_TI4_RMP_0) |
#define | TIM_TIM11_GPIO 0x00000000U |
#define | TIM_TIM11_HSE TIM_OR_TI1_RMP_1 |
#define TIM_TIM5_GPIO 0x00000000U |
#include <stm32f4xx_hal_tim_ex.h>
TIM5 TI4 is connected to GPIO
Definition at line 83 of file stm32f4xx_hal_tim_ex.h.
#define TIM_TIM5_LSI TIM_OR_TI4_RMP_0 |
#include <stm32f4xx_hal_tim_ex.h>
TIM5 TI4 is connected to LSI
Definition at line 84 of file stm32f4xx_hal_tim_ex.h.
#define TIM_TIM5_LSE TIM_OR_TI4_RMP_1 |
#include <stm32f4xx_hal_tim_ex.h>
TIM5 TI4 is connected to LSE
Definition at line 85 of file stm32f4xx_hal_tim_ex.h.
#define TIM_TIM5_RTC (TIM_OR_TI4_RMP_1 | TIM_OR_TI4_RMP_0) |
#include <stm32f4xx_hal_tim_ex.h>
TIM5 TI4 is connected to the RTC wakeup interrupt
Definition at line 86 of file stm32f4xx_hal_tim_ex.h.
#define TIM_TIM11_GPIO 0x00000000U |
#include <stm32f4xx_hal_tim_ex.h>
TIM11 TI1 is connected to GPIO
Definition at line 88 of file stm32f4xx_hal_tim_ex.h.
#define TIM_TIM11_HSE TIM_OR_TI1_RMP_1 |
#include <stm32f4xx_hal_tim_ex.h>
TIM11 TI1 is connected to HSE_RTC clock
Definition at line 89 of file stm32f4xx_hal_tim_ex.h.