| Azure Sphere MT3620 M4 API Reference Manual
    | 
I2S control structure. More...
#include <mhal_i2s.h>
| Data Fields | |
| void __iomem * | base | 
| I2S port base address. | |
| i2s_no | i2s_port | 
| I2S port number. | |
| u8 | i2s_txdma_chnum | 
| I2S TX DMA channel number. | |
| u8 | i2s_rxdma_chnum | 
| I2S RX DMA channel number. | |
| void __iomem * | i2s_tx_fifo_port | 
| I2S TX FIFO port. | |
| void __iomem * | i2s_rx_fifo_port | 
| I2S RX FIFO port. | |
| void * | mdata | 
| M-HAL privite structure, used by M-HAL only. | |
I2S control structure.
The mtk_i2s_ctlr structure is used to configure I2S port number (i2s0/i2s1),I2S port base address, I2S FIFO port address and TX/RX DMA channel number.