Home
last modified time | relevance | path

Searched refs:commonResult (Results 1 – 5 of 5) sorted by relevance

/TwlSDK-5.1.0/build/libraries/rtc/ARM9.TWL/src/
Dexternal_ex.c91 w->commonResult = RTCEXi_GetCounterAsync(count, RtcexGetResultCallback, NULL); in RTCEXi_GetCounter()
92 if (w->commonResult == RTC_RESULT_SUCCESS) in RTCEXi_GetCounter()
96 return w->commonResult; in RTCEXi_GetCounter()
160 w->commonResult = RTCEXi_GetFoutAsync(fout, RtcexGetResultCallback, NULL); in RTCEXi_GetFout()
161 if (w->commonResult == RTC_RESULT_SUCCESS) in RTCEXi_GetFout()
165 return w->commonResult; in RTCEXi_GetFout()
231 w->commonResult = RTCEXi_SetFoutAsync(fout, RtcexGetResultCallback, NULL); in RTCEXi_SetFout()
232 if (w->commonResult == RTC_RESULT_SUCCESS) in RTCEXi_SetFout()
236 return w->commonResult; in RTCEXi_SetFout()
305 RTCi_GetSysWork()->commonResult = result; in RtcexGetResultCallback()
/TwlSDK-5.1.0/build/libraries/rtc/ARM9/src/
Dexternal.c73 RTCResult commonResult; // For saving asynchronous function processing results member
197 rtcWork.commonResult = RTC_GetDateAsync(date, RtcGetResultCallback, NULL); in RTC_GetDate()
198 if (rtcWork.commonResult == RTC_RESULT_SUCCESS) in RTC_GetDate()
202 return rtcWork.commonResult; in RTC_GetDate()
261 rtcWork.commonResult = RTC_GetTimeAsync(time, RtcGetResultCallback, NULL); in RTC_GetTime()
262 if (rtcWork.commonResult == RTC_RESULT_SUCCESS) in RTC_GetTime()
266 return rtcWork.commonResult; in RTC_GetTime()
329 rtcWork.commonResult = RTC_GetDateTimeAsync(date, time, RtcGetResultCallback, NULL); in RTC_GetDateTime()
330 if (rtcWork.commonResult == RTC_RESULT_SUCCESS) in RTC_GetDateTime()
334 return rtcWork.commonResult; in RTC_GetDateTime()
[all …]
/TwlSDK-5.1.0/build/libraries/spi/ARM9/src/
Dmic.c45 MICResult commonResult; // For saving asynchronous function processing results member
185 micWork.commonResult = MIC_DoSamplingAsync(type, buf, MicGetResultCallback, NULL); in MIC_DoSampling()
186 if (micWork.commonResult == MIC_RESULT_SUCCESS) in MIC_DoSampling()
190 return micWork.commonResult; in MIC_DoSampling()
311 micWork.commonResult = MIC_StartAutoSamplingAsync(param, MicGetResultCallback, NULL); in MIC_StartAutoSampling()
312 if (micWork.commonResult == MIC_RESULT_SUCCESS) in MIC_StartAutoSampling()
316 return micWork.commonResult; in MIC_StartAutoSampling()
369 micWork.commonResult = MIC_StopAutoSamplingAsync(MicGetResultCallback, NULL); in MIC_StopAutoSampling()
370 if (micWork.commonResult == MIC_RESULT_SUCCESS) in MIC_StopAutoSampling()
374 return micWork.commonResult; in MIC_StopAutoSampling()
[all …]
/TwlSDK-5.1.0/build/libraries/spi/ARM9.TWL/include/
Dmicex.h44 MICResult commonResult; // For saving asynchronous function processing results member
/TwlSDK-5.1.0/build/libraries/rtc/ARM9.TWL/include/
Dprivate.h75 RTCResult commonResult; /* For saving asynchronous function processing results */ member