MG32L003 Standard Peripherals Firmware Library
Data Fields
RTC_DateTypeDef Struct Reference

RTC Date structure definition. More...

#include <mg32l003_rtc.h>

Data Fields

uint32_t RTC_Year
 
uint8_t RTC_Month
 
uint8_t RTC_Date
 
uint8_t RTC_WeekDay
 
uint8_t RTC_Cen
 

Detailed Description

RTC Date structure definition.

Field Documentation

◆ RTC_Cen

uint8_t RTC_Cen

Specifies the RTC Date century.

◆ RTC_Date

uint8_t RTC_Date

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

◆ RTC_Month

uint8_t RTC_Month

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

◆ RTC_WeekDay

uint8_t RTC_WeekDay

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

◆ RTC_Year

uint32_t RTC_Year

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


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