When the interrupt capability of an event is
disabled in the SPI_IRQENABLE register, the interrupt line is not asserted and all
of the following occur:
- The status bits in the SPI_IRQSTATUS register is polled by software to detect when the corresponding event occurs.
- When the expected event occurs, the local host must read the receiver register that corresponds to the event to remove the source of an RX_full event, or write into the transmitter register that corresponds to the event to remove the source of a TX_empty event. No action is needed to remove the source of the events TX_underflow and RX_overflow.
- Writing 1 to the corresponding bit of the SPI_IRQSTATUS register clears the interrupt status and does not affect the interrupt line state.