1.24.19.10 RTC_INT_MASK Enum

C

typedef enum
{
    RTC_INT_ALARM
} RTC_INT_MASK;

Summary

Mask for enabling and disabling the RTCC interrupt.

Description

This enumeration defines the mask for enabling and disabling the RTCC interrupt via IEC5 register. Used by RTCC_InterruptEnable and RTCC_InterruptDisable functions.

Remarks

This enum is kept to satisfy the drivers which expects an input parameter for RTCC interrupt enable/disable functions. Such enum is used on devices on which the peripheral supports multiple interrupts.