STM32F439xx HAL User Manual
Data Structures | Enumerations
RTC Exported Types
RTC

Data Structures

struct  RTC_InitTypeDef
 RTC Configuration Structure definition. More...
struct  RTC_TimeTypeDef
 RTC Time structure definition. More...
struct  RTC_DateTypeDef
 RTC Date structure definition. More...
struct  RTC_AlarmTypeDef
 RTC Alarm structure definition. More...
struct  RTC_HandleTypeDef
 RTC Handle Structure definition. More...

Enumerations

enum  HAL_RTCStateTypeDef {
  HAL_RTC_STATE_RESET = 0x00U, HAL_RTC_STATE_READY = 0x01U, HAL_RTC_STATE_BUSY = 0x02U, HAL_RTC_STATE_TIMEOUT = 0x03U,
  HAL_RTC_STATE_ERROR = 0x04U
}
 HAL State structures definition. More...

Enumeration Type Documentation

HAL State structures definition.

Enumerator:
HAL_RTC_STATE_RESET 

RTC not yet initialized or disabled

HAL_RTC_STATE_READY 

RTC initialized and ready for use

HAL_RTC_STATE_BUSY 

RTC process is ongoing

HAL_RTC_STATE_TIMEOUT 

RTC timeout state

HAL_RTC_STATE_ERROR 

RTC error state

Definition at line 63 of file stm32f4xx_hal_rtc.h.