1.41.17.9 RTC_INT_MASK Enum

C

typedef enum
{
    RTC_INT_ALARM = 0x02, // Alarm Event
    RTC_INT_TIME = 0x08 , // Time Event
    RTC_INT_CALENDAR = 0x10 // Calendar enable
} RTC_INT_MASK;

Summary

Defines the Interrupt mask for RTC events.

Description

This may be used to check the interrupt source for RTC.

Remarks

None.