mirror of
https://github.com/Fishwaldo/bl_mcu_sdk.git
synced 2025-07-07 21:38:38 +00:00
[refactor][i2s] set I2S_MONO_CHANNEL with right channel default
This commit is contained in:
parent
dfb46a982a
commit
dd10abb8bd
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
#define I2S_ADUIO_PLL_DEFAULT AUDIO_PLL_12288000_HZ
|
#define I2S_ADUIO_PLL_DEFAULT AUDIO_PLL_12288000_HZ
|
||||||
#define I2S_DATA_ENDIAN I2S_DATA_ENDIAN_MSB
|
#define I2S_DATA_ENDIAN I2S_DATA_ENDIAN_MSB
|
||||||
#define I2S_MONO_CHANNEL I2S_RX_MONO_MODE_LEFT_CHANNEL
|
#define I2S_MONO_CHANNEL I2S_RX_MONO_MODE_RIGHT_CHANNEL
|
||||||
#define I2S_LR_EXCHANGE DISABLE /*The position of L/R channel data within each entry is exchanged if enabled*/
|
#define I2S_LR_EXCHANGE DISABLE /*The position of L/R channel data within each entry is exchanged if enabled*/
|
||||||
#define I2S_FS_INVERT DISABLE
|
#define I2S_FS_INVERT DISABLE
|
||||||
#define I2S_BCLK_INVERT DISABLE
|
#define I2S_BCLK_INVERT DISABLE
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue