#include <nitro/rtc.h>
typedef void ( *RTCInterrupt )( void );
This is the format for the user callback function that is called when an alarm interrupt is generated in the real time clock.
None
05/18/2004 Initial Version