Recently, I've been evaluating the I2S interface of the 52840 to read ADC data from the TLV320ADC6140 chip.
The TLV320ADC6140 datasheet states that the chip supports TDM mode, but the NRF datasheet only mentions standard I2S mode. Given that the TLV320ADC6140 has four ADC channels, how can I use I2S to read the ADC values from all four channels, instead of just the left and right channel data?
The following is a timing diagram of the TLV320ADC6140 in TDM mode.

Alternatively, could I use the TLV320ADC6140's I2S mode for multi-slot reading? However, NRF's I2S only supports 8-bit, 16-bit, and 24-bit widths. How can I implement multi-slot data reading within a single FSYNC?
