Home
last modified time | relevance | path

Searched refs:RTCInterrupt (Results 1 – 3 of 3) sorted by relevance

/TwlSDK-5.4/include/nitro/rtc/ARM9/
Dapi.h95 typedef void (*RTCInterrupt) (void); typedef
392 void RTC_SetAlarmInterrupt(RTCInterrupt interrupt);
/TwlSDK-5.4/build/libraries/rtc/ARM9.TWL/include/
Dprivate.h74RTCInterrupt interrupt; /* For saving the function called when an alarm notification is se…
/TwlSDK-5.4/build/libraries/rtc/ARM9/src/
Dexternal.c72RTCInterrupt interrupt; // For saving the call function(s) when an alarm notification o…
870 void RTC_SetAlarmInterrupt(RTCInterrupt interrupt) in RTC_SetAlarmInterrupt()