I2S Mode

group I2S_Mode

Defines

I2S_MODE_TX (0x0)

I2S TX mode.

I2S_MODE_RX (0x1)

I2S RX mode.

IS_I2S_MODE(MODE) (((MODE) == I2S_MODE_TX) || ((MODE) == I2S_MODE_RX))

Check if the input parameter is valid.