Searched refs:RTC_ConvertSecondToDateTime (Results 1 – 4 of 4) sorted by relevance
112 void RTC_ConvertSecondToDateTime(RTCDate *date, RTCTime *time, s64 sec);
176 RTC_ConvertSecondToDateTime(date, (RTCTime*)time, currentSWClockSeconds); in RtcGetDateTimeExFromSWClock()
242 void RTC_ConvertSecondToDateTime(RTCDate *date, RTCTime *time, s64 sec) in RTC_ConvertSecondToDateTime() function
203 RTC_ConvertSecondToDateTime(&date, &time, a[i]); in ConvTest()