Lines Matching refs:RTCDate
94 static BOOL RtcCheckDate(const RTCDate *date, RTCRawDate *raw);
152 RTCResult RTC_GetDateAsync(RTCDate *date, RTCCallback callback, void *arg) in RTC_GetDateAsync()
195 RTCResult RTC_GetDate(RTCDate *date) in RTC_GetDate()
281 RTCResult RTC_GetDateTimeAsync(RTCDate *date, RTCTime *time, RTCCallback callback, void *arg) in RTC_GetDateTimeAsync()
327 RTCResult RTC_GetDateTime(RTCDate *date, RTCTime *time) in RTC_GetDateTime()
348 RTCResult RTC_SetDateAsync(const RTCDate *date, RTCCallback callback, void *arg) in RTC_SetDateAsync()
396 RTCResult RTC_SetDate(const RTCDate *date) in RTC_SetDate()
488 RTC_SetDateTimeAsync(const RTCDate *date, const RTCTime *time, RTCCallback callback, void *arg) in RTC_SetDateTimeAsync()
542 RTCResult RTC_SetDateTime(const RTCDate *date, const RTCTime *time) in RTC_SetDateTime()
1239 RTCDate *pDst = (RTCDate *)(rtcWork.buffer[0]); in RtcCommonCallback()
1262 RTCDate *pDst = (RTCDate *)(rtcWork.buffer[0]); in RtcCommonCallback()
1642 static BOOL RtcCheckDate(const RTCDate *date, RTCRawDate *raw) in RtcCheckDate()
1659 …raw->week = (u32)RTC_GetDayOfWeek((RTCDate*)date); // Always recalculate the day of week, don't… in RtcCheckDate()