1.2.19.58 1.3.22.58 1.4.20.58 1.5.21.58 1.6.21.58 1.7.22.58 1.29.21.58 1.32.24.58 1.38.20.58 1.39.17.58 1.40.19.58 RTC_CLOCK_INT_MASK Enum
C
typedef enum
{
RTC_CLOCK_INT_MASK_PER0,
RTC_CLOCK_INT_MASK_PER1,
RTC_CLOCK_INT_MASK_PER2,
RTC_CLOCK_INT_MASK_PER3,
RTC_CLOCK_INT_MASK_PER4,
RTC_CLOCK_INT_MASK_PER5,
RTC_CLOCK_INT_MASK_PER6,
RTC_CLOCK_INT_MASK_PER7,
RTC_CLOCK_INT_MASK_ALARM0,
RTC_CLOCK_INT_MASK_ALARM1,
RTC_CLOCK_INT_MASK_TAMPER,
RTC_CLOCK_INT_MASK_OVF,
/* Force the compiler to reserve 32-bit memory for enum */
RTC_CLOCK_INT_MASK_INVALID = 0xFFFFFFFF
} RTC_CLOCK_INT_MASK;
Summary
Possible RTC Clock Mode Events.
Description
This enumeration defines the possible events that can occur when the RTC peripheral is configured for Clock mode operation. These events are passed into the callback function registered through the RTC_RTCCCallbackRegister() function.
Remarks
Enum members will vary based on device being used. Refer to the device datasheet.