STM32F439xx HAL User Manual
Data Fields
RTC_DateTypeDef Struct Reference

RTC Date structure definition. More...

#include <stm32f4xx_hal_rtc.h>

Data Fields

uint8_t WeekDay
uint8_t Month
uint8_t Date
uint8_t Year

Detailed Description

RTC Date structure definition.

Definition at line 135 of file stm32f4xx_hal_rtc.h.


Field Documentation

Specifies the RTC Date. This parameter must be a number between Min_Data = 1 and Max_Data = 31

Definition at line 143 of file stm32f4xx_hal_rtc.h.

Referenced by HAL_RTC_GetDate(), HAL_RTC_SetDate(), and HAL_RTCEx_GetTimeStamp().

Specifies the RTC Date Month (in BCD format). This parameter can be a value of RTC Month Date Definitions

Definition at line 140 of file stm32f4xx_hal_rtc.h.

Referenced by HAL_RTC_GetDate(), HAL_RTC_SetDate(), and HAL_RTCEx_GetTimeStamp().

Specifies the RTC Date WeekDay. This parameter can be a value of RTC WeekDay Definitions

Definition at line 137 of file stm32f4xx_hal_rtc.h.

Referenced by HAL_RTC_GetDate(), HAL_RTC_SetDate(), and HAL_RTCEx_GetTimeStamp().

Specifies the RTC Date Year. This parameter must be a number between Min_Data = 0 and Max_Data = 99

Definition at line 146 of file stm32f4xx_hal_rtc.h.

Referenced by HAL_RTC_GetDate(), HAL_RTC_SetDate(), and HAL_RTCEx_GetTimeStamp().


The documentation for this struct was generated from the following file: