MG32L003 Standard Peripherals Firmware Library
|
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 |
RTC Date structure definition.
uint8_t RTC_Cen |
Specifies the RTC Date century.
uint8_t RTC_Date |
Specifies the RTC Date. This parameter must be a number between Min_Data = 1 and Max_Data = 31
uint8_t RTC_Month |
Specifies the RTC Date Month (in BCD format). This parameter can be a value of RTC_Month_Date_Definitions
uint8_t RTC_WeekDay |
Specifies the RTC Date WeekDay. This parameter can be a value of RTC_WeekDay_Definitions
uint32_t RTC_Year |
Specifies the RTC Date Year. This parameter must be a number between Min_Data = 00 and Max_Data = 99