I2S Format Mode

group I2S_Format_Mode

Defines

IS_I2S_DATA_FORMAT(FORMAT)                                          (((FORMAT) == I2S_Mode) || ((FORMAT) == Left_Justified_Mode

) || \

((FORMAT) ==

PCM_Mode_A) || ((FORMAT) == PCM_Mode_B))

Check if the input parameter is valid.

Enums

enum I2SDataFormat_TypeDef

Values:

enumerator I2S_Mode

I2S mode.

enumerator Left_Justified_Mode

Left justified mode.

enumerator PCM_Mode_A

PCM mode A.

enumerator PCM_Mode_B

PCM mode B.