STM32L4xx_HAL_Driver  1.14.0
Peripheral State functions

Peripheral State functions. More...

Functions

HAL_RTCStateTypeDef HAL_RTC_GetState (RTC_HandleTypeDef *hrtc)
 Return the RTC handle state. More...
 

Detailed Description

Peripheral State functions.

 ===============================================================================
                     ##### Peripheral State functions #####
 ===============================================================================
    [..]
    This subsection provides functions allowing to
      (+) Get RTC state

Function Documentation

◆ HAL_RTC_GetState()

HAL_RTCStateTypeDef HAL_RTC_GetState ( RTC_HandleTypeDef hrtc)

Return the RTC handle state.

Parameters
hrtcRTC handle
Return values
HALstate

Definition at line 1737 of file stm32l4xx_hal_rtc.c.

1738 {
1739  /* Return RTC handle state */
1740  return hrtc->State;
1741 }
__IO HAL_RTCStateTypeDef State