32.6.4 DMA, Interrupts and Events

Each interrupt source has its own Interrupt flag. The Interrupt flag in the Interrupt Flag Status and Clear register (INTFLAG) will be set when the Interrupt condition is meet. Each interrupt can be individually enabled by writing ‘1’ to the corresponding bit in the Interrupt Enable Set register (INTENSET), and disabled by writing ‘1’ to the corresponding bit in the Interrupt Enable Clear register (INTENCLR). An interrupt request is generated when the Interrupt flag is set and the corresponding interrupt is enabled. The interrupt request is active until the Interrupt flag is cleared, the interrupt is disabled or the I2C is reset. See the INTFLAG (Client) or INTFLAG (Host) register for details on how to clear Interrupt flags.

Table 32-1. Module Request for SERCOM I2C Client
Condition Request
DMA Interrupt Event
Data needed for transmit (TX) (Client Transmit mode) Yes

(request cleared when data is written)

NA
Data received (RX) (Client Receive mode) Yes

(request cleared when data is read)

Data Ready (DRDY) Yes
Address Match (AMATCH) Yes
Stop received (PREC) Yes
Error (ERROR) Yes
Table 32-2. Module Request for SERCOM I2C Host
Condition Request
DMA Interrupt Event
Data needed for transmit (TX) (Host Transmit mode) Yes

(request cleared when data is written)

NA
Data needed for transmit (RX) (Host Transmit mode) Yes

(request cleared when data is read)

Host on Bus (MB) Yes
Stop received (SB) Yes
Error (ERROR) Yes