1.8.17.11 1.25.17.4 1.26.15.4 1.27.17.4 1.28.20.4 1.34.16.4 1.35.11.4 1.36.14.4 1.41.17.4 1.42.15.4 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.