1.2.10.5 1.3.11.5 1.4.9.5 1.5.10.5 1.6.11.5 1.7.12.5 1.9.8.5 1.29.11.5 1.30.8.5 1.31.8.5 1.32.12.5 1.33.8.5 1.37.8.5 1.38.9.5 1.39.8.5 1.40.9.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.