1.10.20.10 1.11.20.10 1.12.21.10 1.13.19.10 1.14.14.10 1.15.15.10 1.16.21.10 1.17.17.10 1.18.17.10 1.19.17.10 1.20.21.10 1.21.22.10 1.22.23.10 1.23.22.10 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.