STM32F4xx HAL Documentation
Hardware Abstraction Layer for STM32F4 familiy
|
Peripheral State functions. More...
Functions | |
HAL_LPTIM_StateTypeDef | HAL_LPTIM_GetState (const LPTIM_HandleTypeDef *hlptim) |
Return the LPTIM handle state. | |
Peripheral State functions.
============================================================================== ##### Peripheral State functions ##### ============================================================================== [..] This subsection permits to get in run-time the status of the peripheral.
HAL_LPTIM_StateTypeDef HAL_LPTIM_GetState | ( | const LPTIM_HandleTypeDef * | hlptim | ) |
#include <stm32f4xx_hal_lptim.h>
Return the LPTIM handle state.
hlptim | LPTIM handle |
HAL | state |
Definition at line 2283 of file stm32f4xx_hal_lptim.c.
References LPTIM_HandleTypeDef::State.
Referenced by HAL_LPTIM_Counter_Start_IT(), HAL_LPTIM_Counter_Stop(), HAL_LPTIM_Counter_Stop_IT(), HAL_LPTIM_DeInit(), HAL_LPTIM_Encoder_Start_IT(), HAL_LPTIM_Encoder_Stop(), HAL_LPTIM_Encoder_Stop_IT(), HAL_LPTIM_OnePulse_Start_IT(), HAL_LPTIM_OnePulse_Stop(), HAL_LPTIM_OnePulse_Stop_IT(), HAL_LPTIM_PWM_Start_IT(), HAL_LPTIM_PWM_Stop(), HAL_LPTIM_PWM_Stop_IT(), HAL_LPTIM_SetOnce_Start_IT(), HAL_LPTIM_SetOnce_Stop(), HAL_LPTIM_SetOnce_Stop_IT(), HAL_LPTIM_TimeOut_Start_IT(), HAL_LPTIM_TimeOut_Stop(), and HAL_LPTIM_TimeOut_Stop_IT().