30.3.5 Interrupts

Table 30-10. Available Interrupt Vectors and Sources
NameVector DescriptionInterrupt FlagConditions
ERRORError interruptTRIGOVRA new conversion is triggered while one is ongoing
SAMPOVRA new conversion overwrites an unread sample in ADCn.SAMPLE
RESOVRA new conversion or accumulation overwrites an unread result in ADCn.RESULT
SAMPRDYSample Ready interruptSAMPRDYThe sample is available in ADCn.SAMPLE
WCMPAs defined by WINSRC and WINCM in ADCn.CTRLD
RESRDYResult Ready interruptRESRDYThe result is available in ADCn.RESULT
WCMPAs defined by WINSRC and WINCM in ADCn.CTRLD

When an interrupt condition occurs, the corresponding interrupt flag is set in the peripheral’s Interrupt Flags (peripheral.INTFLAGS) register.

An interrupt source is enabled or disabled by writing to the corresponding enable bit in the peripheral’s Interrupt Control (peripheral.INTCTRL) register.

An interrupt request is generated when the corresponding interrupt source is enabled, and the interrupt flag is set. The interrupt request remains active until the interrupt flag is cleared. See the peripheral’s INTFLAGS register for details on how to clear interrupt flags.