Searched refs:RtcGetResultCallback (Results 1 – 1 of 1) sorted by relevance
| /TwlSDK-5.2.1/build/libraries/rtc/ARM9/src/ |
| D | external.c | 96 static void RtcGetResultCallback(RTCResult result, void *arg); 197 rtcWork.commonResult = RTC_GetDateAsync(date, RtcGetResultCallback, NULL); in RTC_GetDate() 261 rtcWork.commonResult = RTC_GetTimeAsync(time, RtcGetResultCallback, NULL); in RTC_GetTime() 329 rtcWork.commonResult = RTC_GetDateTimeAsync(date, time, RtcGetResultCallback, NULL); in RTC_GetDateTime() 398 rtcWork.commonResult = RTC_SetDateAsync(date, RtcGetResultCallback, NULL); in RTC_SetDate() 467 rtcWork.commonResult = RTC_SetTimeAsync(time, RtcGetResultCallback, NULL); in RTC_SetTime() 544 rtcWork.commonResult = RTC_SetDateTimeAsync(date, time, RtcGetResultCallback, NULL); in RTC_SetDateTime() 616 rtcWork.commonResult = RTCi_SetRegStatus2Async(status2, RtcGetResultCallback, NULL); in RTCi_SetRegStatus2() 686 rtcWork.commonResult = RTCi_SetRegAdjustAsync(Adjust, RtcGetResultCallback, NULL); in RTCi_SetRegAdjust() 768 rtcWork.commonResult = RTC_GetAlarmStatusAsync(chan, status, RtcGetResultCallback, NULL); in RTC_GetAlarmStatus() [all …]
|