Home
last modified time | relevance | path

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

/TwlSDK-5.2.1/include/nitro/rtc/ARM9/
Dapi.h336 RTCResult RTC_SetTimeAsync(const RTCTime *time, RTCCallback callback, void *arg);
/TwlSDK-5.2.1/build/libraries/rtc/ARM9/src/
Dexternal.c417 RTCResult RTC_SetTimeAsync(const RTCTime *time, RTCCallback callback, void *arg) in RTC_SetTimeAsync() function
467 rtcWork.commonResult = RTC_SetTimeAsync(time, RtcGetResultCallback, NULL); in RTC_SetTime()