Searched refs:interrupt (Results 1 – 3 of 3) sorted by relevance
74 …RTCInterrupt interrupt; /* For saving the function called when an alarm notification is se… member
72 …RTCInterrupt interrupt; // For saving the call function(s) when an alarm notification o… member127 rtcWork.interrupt = NULL; in RTC_Init()870 void RTC_SetAlarmInterrupt(RTCInterrupt interrupt) in RTC_SetAlarmInterrupt() argument872 rtcWork.interrupt = interrupt; in RTC_SetAlarmInterrupt()1222 if (rtcWork.interrupt) in RtcCommonCallback()1225 rtcWork.interrupt(); in RtcCommonCallback()
392 void RTC_SetAlarmInterrupt(RTCInterrupt interrupt);