STM32F4xx HAL Documentation
Hardware Abstraction Layer for STM32F4 familiy
|
Peripheral State functions. More...
Functions | |
HAL_RTCStateTypeDef | HAL_RTC_GetState (RTC_HandleTypeDef *hrtc) |
Returns the RTC state. | |
Peripheral State functions.
=============================================================================== ##### Peripheral State functions ##### =============================================================================== [..] This subsection provides functions allowing to (+) Get RTC state
HAL_RTCStateTypeDef HAL_RTC_GetState | ( | RTC_HandleTypeDef * | hrtc | ) |
#include <stm32f4xx_hal_rtc.h>
Returns the RTC state.
hrtc | pointer to a RTC_HandleTypeDef structure that contains the configuration information for RTC. |
HAL | state |
Definition at line 1787 of file stm32f4xx_hal_rtc.c.
References RTC_HandleTypeDef::State.