STM32L4xx_HAL_Driver  1.14.0
Peripheral State functions

Peripheral State functions. More...

Functions

HAL_LPTIM_StateTypeDef HAL_LPTIM_GetState (LPTIM_HandleTypeDef *hlptim)
 Return the LPTIM handle state. More...
 

Detailed Description

Peripheral State functions.

  ==============================================================================
                      ##### Peripheral State functions #####
  ==============================================================================
    [..]
    This subsection permits to get in run-time the status of the peripheral.

Function Documentation

◆ HAL_LPTIM_GetState()

HAL_LPTIM_StateTypeDef HAL_LPTIM_GetState ( LPTIM_HandleTypeDef hlptim)

Return the LPTIM handle state.

Parameters
hlptimLPTIM handle
Return values
HALstate

Definition at line 2171 of file stm32l4xx_hal_lptim.c.

2172 {
2173  /* Return LPTIM handle state */
2174  return hlptim->State;
2175 }