STM32F4xx HAL Documentation
Hardware Abstraction Layer for STM32F4 familiy
|
LPTIM HAL module driver. More...
Functions | |
static HAL_StatusTypeDef | LPTIM_WaitForFlag (const LPTIM_HandleTypeDef *hlptim, uint32_t flag) |
LPTimer Wait for flag set. | |
LPTIM HAL module driver.
|
static |
#include <stm32f4xx_hal_lptim.c>
LPTimer Wait for flag set.
hlptim | pointer to a LPTIM_HandleTypeDef structure that contains the configuration information for LPTIM module. |
flag | The lptim flag |
HAL | status |
Definition at line 2330 of file stm32f4xx_hal_lptim.c.
References __HAL_LPTIM_GET_FLAG, HAL_OK, HAL_TIMEOUT, and TIMEOUT.
Referenced by HAL_LPTIM_Counter_Start(), HAL_LPTIM_Counter_Start_IT(), HAL_LPTIM_Encoder_Start(), HAL_LPTIM_Encoder_Start_IT(), HAL_LPTIM_OnePulse_Start(), HAL_LPTIM_OnePulse_Start_IT(), HAL_LPTIM_PWM_Start(), HAL_LPTIM_PWM_Start_IT(), HAL_LPTIM_SetOnce_Start(), HAL_LPTIM_SetOnce_Start_IT(), HAL_LPTIM_TimeOut_Start(), HAL_LPTIM_TimeOut_Start_IT(), and LPTIM_Disable().