1.37.15.40 RTC_CLOCK_EVENT Enum

C

typedef enum
{
    /* An alarm has occurred. */
    RTC_CLOCK_EVENT_ALARM,
    
    /* The Clock and Calendar overflowed at 23:59:59 (HH:MM:SS) on December 31 of year value 63 */
    RTC_CLOCK_EVENT_YEAR_OVERFLOW
    
} RTC_CLOCK_EVENT;

Summary

Possible RTC RTCC Mode Events.

Description

This enumeration defines the possible events that can occur when the RTC peripheral is configured for Real Time Clock Calendar operation. These events are passed into the callback function registered through the RTC_RTCCCallbackRegister() function.

Remarks

None.