STM32F439xx HAL User Manual
Data Fields
LL_RTC_DateTypeDef Struct Reference

RTC Date structure definition. More...

#include <stm32f4xx_ll_rtc.h>

Data Fields

uint8_t WeekDay
uint8_t Month
uint8_t Day
uint8_t Year

Detailed Description

RTC Date structure definition.

Definition at line 153 of file stm32f4xx_ll_rtc.h.


Field Documentation

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

This feature can be modified afterwards using unitary function LL_RTC_DATE_SetDay().

Definition at line 165 of file stm32f4xx_ll_rtc.h.

Referenced by LL_RTC_DATE_Init(), and LL_RTC_DATE_StructInit().

Specifies the RTC Date Month. This parameter can be a value of MONTH

This feature can be modified afterwards using unitary function LL_RTC_DATE_SetMonth().

Definition at line 160 of file stm32f4xx_ll_rtc.h.

Referenced by LL_RTC_DATE_Init(), and LL_RTC_DATE_StructInit().

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

This feature can be modified afterwards using unitary function LL_RTC_DATE_SetWeekDay().

Definition at line 155 of file stm32f4xx_ll_rtc.h.

Referenced by LL_RTC_DATE_Init(), and LL_RTC_DATE_StructInit().

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

This feature can be modified afterwards using unitary function LL_RTC_DATE_SetYear().

Definition at line 170 of file stm32f4xx_ll_rtc.h.

Referenced by LL_RTC_DATE_Init(), and LL_RTC_DATE_StructInit().


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