I2S Control Mode

group x3d_I2S_Control_Mode

Defines

I2S_ControlMode_MCU ((uint32_t)0x00)

Configure the control mode as MCU control mode.

I2S_ControlMode_DSP ((uint32_t)0x01)

Configure the control mode as DSP control mode.

IS_I2S_CONTROL_MODE(MODE)                                                      (((MODE) == I2S_ControlMode_MCU

) || \

((MODE) ==

I2S_ControlMode_DSP))

Check whether is the I2S control mode.