STM32F4xx HAL Documentation
Hardware Abstraction Layer for STM32F4 familiy
|
Data Structures | |
struct | LPTIM_ClockConfigTypeDef |
LPTIM Clock configuration definition. More... | |
struct | LPTIM_ULPClockConfigTypeDef |
LPTIM Clock configuration definition. More... | |
struct | LPTIM_TriggerConfigTypeDef |
LPTIM Trigger configuration definition. More... | |
struct | LPTIM_InitTypeDef |
LPTIM Initialization Structure definition. More... | |
struct | LPTIM_HandleTypeDef |
LPTIM handle Structure definition. More... | |
Macros | |
#define | LPTIM_EXTI_LINE_WAKEUPTIMER_EVENT EXTI_IMR_MR23 |
Enumerations | |
enum | HAL_LPTIM_StateTypeDef { HAL_LPTIM_STATE_RESET = 0x00U , HAL_LPTIM_STATE_READY = 0x01U , HAL_LPTIM_STATE_BUSY = 0x02U , HAL_LPTIM_STATE_TIMEOUT = 0x03U , HAL_LPTIM_STATE_ERROR = 0x04U } |
HAL LPTIM State structure definition. More... | |
#define LPTIM_EXTI_LINE_WAKEUPTIMER_EVENT EXTI_IMR_MR23 |
#include <stm32f4xx_hal_lptim.h>
External interrupt line 23 Connected to the LPTIM EXTI Line
Definition at line 44 of file stm32f4xx_hal_lptim.h.
#include <stm32f4xx_hal_lptim.h>
HAL LPTIM State structure definition.
Definition at line 120 of file stm32f4xx_hal_lptim.h.