Interrupts

Table 1. Available Interrupt Vectors and Sources For Devices With Up to 8 KB Flash
Offset Name Vector Description Conditions
0x00 RESRDY Result Ready interrupt The conversion result is available in the Result register (ADC.RES).
0x02 WCOMP Window Comparator interrupt As defined by WINCM in ADC.CTRLE.
Table 2. Available Interrupt Vectors and Sources For Devices With More Than 8 KB Flash
Offset Name Vector Description Conditions
0x00 RESRDY Result Ready interrupt The conversion result is available in the Result register (ADC.RES).
0x04 WCOMP Window Comparator interrupt As defined by WINCM in ADC.CTRLE.

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

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

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.