Register for reading and clearing interrupt flags. All bits are write 1 to clear.
| TXTHRLD | TX FIFO Threshold Crossed. 1 (clear): Flag is set when value read is 1. Write 1 to clear this flag. |
| TXEMPTY | TX FIFO Empty. 1 (clear): Flag is set when value read is 1. Write 1 to clear this flag. |
| RXTHRLD | RX FIFO Threshold Crossed. 1 (clear): Flag is set when value read is 1. Write 1 to clear this flag. |
| RXFULL | RX FIFO FULL. 1 (clear): Flag is set when value read is 1. Write 1 to clear this flag. |
| SSA | Slave Select Asserted. 1 (clear): Flag is set when value read is 1. Write 1 to clear this flag. |
| SSD | Slave Select Deasserted. 1 (clear): Flag is set when value read is 1. Write 1 to clear this flag. |
| FAULT | Multi-Master Mode Fault. 1 (clear): Flag is set when value read is 1. Write 1 to clear this flag. |
| ABORT | Slave Abort Detected. 1 (clear): Flag is set when value read is 1. Write 1 to clear this flag. |
| MSTRDONE | Master Done, set when SPI Master has completed any transactions. 1 (clear): Flag is set when value read is 1. Write 1 to clear this flag. |
| TXOVR | Transmit FIFO Overrun, set when the AMBA side attempts to write data to a full transmit FIFO. 1 (clear): Flag is set when value read is 1. Write 1 to clear this flag. |
| TXUNDR | Transmit FIFO Underrun, set when the SPI side attempts to read data from an empty transmit FIFO. 1 (clear): Flag is set when value read is 1. Write 1 to clear this flag. |
| RXOVR | Receive FIFO Overrun, set when the SPI side attempts to write to a full receive FIFO. 1 (clear): Flag is set when value read is 1. Write 1 to clear this flag. |
| RXUNDR | Receive FIFO Underrun, set when the AMBA side attempts to read data from an empty receive FIFO. 1 (clear): Flag is set when value read is 1. Write 1 to clear this flag. |