Home
last modified time | relevance | path

Searched refs:gSWClockDate (Results 1 – 1 of 1) sorted by relevance

/TwlSDK-5.1.0/build/demos/rtc/swclock-1/src/
Dmain.c84 static RTCDate gSWClockDate; // Date obtained from the software clock variable
171 (void)RTC_GetDateTimeExFromSWClock(&gSWClockDate, &gSWClockTimeEx); in NitroMain()
181gSWClockDate.year + 2000, gSWClockDate.month, gSWClockDate.day, StrWeek[gSWClockDate.week]); in NitroMain()