Searched refs:RTCInterrupt (Results 1 – 3 of 3) sorted by relevance
95 typedef void (*RTCInterrupt) (void); typedef392 void RTC_SetAlarmInterrupt(RTCInterrupt interrupt);
74 …RTCInterrupt interrupt; /* For saving the function called when an alarm notification is se…
72 …RTCInterrupt interrupt; // For saving the call function(s) when an alarm notification o…870 void RTC_SetAlarmInterrupt(RTCInterrupt interrupt) in RTC_SetAlarmInterrupt()