1.37.8.5 EVSYS_INT_MASK Enum

C

typedef enum
{
   EVSYS_INT_OVERRUN = EVSYS_INTENSET_OVR0_Msk,
   EVSYS_INT_EVENT_DETECT = EVSYS_INTENSET_EVD0_Msk,
} EVSYS_INT_MASK;

Summary

Identifies the Event system interrupt to be enabled or disabled

Description

This enumeration identifies Event system interrupt to enable and can be passed as an argument to the EVSYS_InterruptEnable() or EVSYS_InterruptDisable() API.

Remarks

None.