SPI_IER_DEFAULT
SPIREG_WRITE(sc, SPI_IER, SPI_IER_DEFAULT);
const uint32_t ier = SPI_IER_DEFAULT | SPI_IER_RF_RDY_INT_EN | SPI_IER_TX_ERQ_INT_EN;