I2S Interrupt Definition

group I2S_Interrupt_Definition

Defines

I2S_INT_TX_VALID

The I2S interrupt for TX valid.

I2S_INT_TX_IDLE

The I2S interrupt for TX is working, but FIFO_0 is empty.

I2S_INT_RF_EMPTY

The I2S interrupt for RX FIFO_0 is empty (MIC path).

I2S_INT_TF_EMPTY

The I2S interrupt for TX FIFO_0 is empty (SPK path).

I2S_INT_RF_FULL

The I2S interrupt for RX FIFO_0 is full (MIC path).

I2S_INT_TF_FULL

The I2S interrupt for TX FIFO_0 is full (SPK path).

I2S_INT_RX_READY

The I2S interrupt is ready to receive data (MIC path).

I2S_INT_TX_READY

The I2S interrupt is ready to send data out (SPK path).

IS_I2S_INT_CONFIG(INT)