PAN1080 Peripheral API
|
I2s interrupt flag definition. More...
Macros | |
#define | I2S_INT_TX_OVER (1<<5) |
#define | I2S_INT_TX_EMPTY (1<<4) |
#define | I2S_INT_RX_OVER (1<<1) |
#define | I2S_INT_RX_VALID (1<<0) |
#define | I2S_INT_NONE (0) |
I2s interrupt flag definition.
#define I2S_INT_NONE (0) |
no interrupt
#define I2S_INT_RX_OVER (1<<1) |
Status of data overrun interrupt for the RX channel
#define I2S_INT_RX_VALID (1<<0) |
Status of Receive data available interrupt
#define I2S_INT_TX_EMPTY (1<<4) |
Status of transmit empty trigger interrupt. TX FIFO is empty
#define I2S_INT_TX_OVER (1<<5) |
Status of data overrun interrupt for the TX channel