I2S Mode
- group x3d_I2S_Mode
Defines
-
I2S_MODE_TX ((uint32_t)0x01)
Configure the I2S TX.
-
I2S_MODE_RX ((uint32_t)0x02)
Configure the I2S RX.
-
I2S_MODE_TRX ((I2S_MODE_TX) | (I2S_MODE_RX))
Configure the I2S TX and RX.
-
IS_I2S_MODE(MODE) (((MODE) == I2S_MODE_TX
) || \
((MODE) ==
I2S_MODE_RX)) Check whether is the I2S mode.
-
I2S_MODE_TX ((uint32_t)0x01)