Table of Contents

Enum I2sMode

Namespace
System.Device.I2s
Assembly
System.Device.I2s.dll

Defines how data is synchronized between devices on a I2s bus.

[Flags]
public enum I2sMode

Fields

AdcBuiltIn = 32

Input I2S data from built-in ADC, each data can be 12-bit width at most

DacBuiltIn = 16

Output 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 = 1

Master mode

Pdm = 64

PDM mode

Rx = 8

RX mode

Slave = 2

Slave mode

Tx = 4

TX mode