I2S Device Mode

group I2S_Device_Mode

Defines

IS_I2S_DEVICE_MODE(DEVICE) (((DEVICE) == I2S_DeviceMode_Master) || ((DEVICE) == I2S_DeviceMode_Slave))

Check if the input parameter is valid.

Enums

enum I2SDeviceMode_TypeDef

Values:

enumerator I2S_DeviceMode_Master

I2S master mode.

enumerator I2S_DeviceMode_Slave

I2S slave mode.