Clear I2S interrupt status
Enable I2S built-in ADC/DAC mode
I2S tx right channel first
Get I2S in eof descriptor address
Configure TX chan bit and audio data bit, on ESP32, sample_bit should equals to data_bit
Configure RX chan bit and audio data bit, on ESP32, sample_bit should equals to data_bit
Enable TX MSB shift, the data will be launch at the first BCK clock
Enable DMA descriptor write back
Configure RX DMA descriptor address and start RX DMA
I2S rx right channel first
I2S tx fifo module force enable
I2S rx fifo module force enable
Get I2S out eof descriptor address
Configure the received length to trigger in_suc_eof interrupt
Configure TX WS signal width
Configure RX WS signal width
Enable RX MSB shift, the data will be launch at the first BCK clock
Configure I2S TX module clock divider
I2S DMA generate EOF event on data in FIFO popped out
Configure TX DMA descriptor address and start TX DMA
Set the PDM TX over sampling ratio
Configure I2S TX PDM sample rate Fpdm = 64*Fpcm*fp/fs
I2S PDM Configurations************************************ Configure RX PDM downsample
Configure I2S module clock divider
Configure I2S RX module clock divider
Get channel interrupt status register address
I2S module general init, enable I2S clock.
Set I2S TX PDM high pass filter scaling
Set I2S TX PDM low pass filter scaling
Set I2S TX PDM sinc filter scaling
Set I2S TX PDM sigma-delta filter scaling
I2S ADC/DAC Configurations********************************** Enable I2S LCD mode
Set whether to continue I2S signal on bus when TX FIFO is empty
Enable DMA descriptor owner check
Get interrupt status register address
Get I2S TX PDM fp configuration parameter
Get I2S TX PDM fs configuration parameter
Get RX PDM downsample configuration