#include <nitro/rtc.h>void RTC_SetAlarmInterrupt( RTCInterrupt interrupt );
This specifies the user callback function that will be called when a real time clock alarm interrupt is generated.
Interrupts will be ignored if no callback function is specified by this function.
There are two alarm channels. However, because interrupts are common there will only be one interrupt.
interrupt |
Pointer to a callback function RTCInterrupt |
None
RTCInterrupt, RTC_GetAlarmStatus, RTC_GetAlarmParam, RTC_SetAlarmStatus, RTC_SetAlarmParam
05/18/2004 Initial Version