TUND=noEvent, TOVR=noEvent, SLAS=selected, COL=noEvent, IRQ=inactive, ABT=noEvent, ROVR=noEvent, TXST=idle
SPI Interrupt Flag Register.
| SLAS | Slave Select. If the SPI is in slave mode, this bit indicates if the SPI is selected. If the SPI is in master mode this bit has no meaning. 0 (selected): undefined 1 (notSelected): undefined |
| TXST | Transmit Status. 0 (idle): undefined 1 (busy): undefined |
| TUND | Transmit Underrun. 0 (noEvent): The event has not occurred. 1 (underrun): The event has occurred. |
| ROVR | Receive Overrun. 0 (noEvent): The event has not occurred. 1 (overrun): The event has occurred. |
| ABT | Slave Mode Transaction Abort. 0 (noEvent): The event has not occurred. 1 (aborted): The event has occurred. |
| COL | Collision. 0 (noEvent): The event has not occurred. 1 (collision): The event has occurred. |
| TOVR | Transmit Overrun. 0 (noEvent): The event has not occurred. 1 (overrun): The event has occurred. |
| IRQ | SPI Interrupt Request. 0 (inactive): No interrupt is pending. 1 (pending): An interrupt is pending. |