Home
last modified time | relevance | path

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

/TwlSDK-5.2.1/include/nitro/rtc/common/
Dtype.h59 typedef struct RTCRawDate struct
70 RTCRawDate; argument
161 RTCRawDate date; // Date
/TwlSDK-5.2.1/build/libraries/rtc/ARM9/src/
Dexternal.c94 static BOOL RtcCheckDate(const RTCDate *date, RTCRawDate *raw);
1240 RTCRawDate *pSrc = &(((RTCRawData *)(OS_GetSystemWork()->real_time_clock))->t.date); in RtcCommonCallback()
1263 RTCRawDate *pSrc = &(((RTCRawData *)(OS_GetSystemWork()->real_time_clock))->t.date); in RtcCommonCallback()
1642 static BOOL RtcCheckDate(const RTCDate *date, RTCRawDate *raw) in RtcCheckDate()