I am trying to use the CSL to initialize the I2S0 peripheral for DMA usage. However, the CSL appears to always initialize two interrupts (tx & rx). However, the I2S User Guide states:
Hence, it is recommended to disable CPU data-transfer interrupts in the I2SINTMASK register when using the DMA for data transfers.
How do I use the CSL to initialize the I2S peripheral for DMA usage?