Enum I2sMode
Defines how data is synchronized between devices on a I2s bus.
[Flags]
public enum I2sMode
Fields
AdcBuiltIn = 32Input I2S data from built-in ADC, each data can be 12-bit width at most
DacBuiltIn = 16Output I2S data to built-in DAC, no matter the data format is 16bit or 32 bit, the DAC module will only take the 8bits from MSB
Master = 1Master mode
Pdm = 64PDM mode
Rx = 8RX mode
Slave = 2Slave mode
Tx = 4TX mode