RTCInterrupt


C Specification

#include <nitro/rtc.h>
typedef void ( *RTCInterrupt )( void );

Description

This is the format for the user callback function that is called when an alarm interrupt is generated in the real time clock.

Arguments

None

Return Values

None

Revision History

05/18/2004 Initial Version