Important: The information in this document is obsolete and should not be used for new development.
Wakeup Time Structure
The wakeup time structure used by theGetWakeupTimerandSetWakeupTimerfunctions is defined by theWakeupTimedata type.
typedef struct WakeupTime { unsigned long wakeTime; /* wakeup time as number of seconds since midnight, January 1, 1904 */ char wakeEnabled; /* 1 = enable timer, 0=disable timer */ } WakeupTime;