1.5.21.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.