|
STM32G474xx HAL用户手册
|
定义 | |
| #define | I2S_STANDARD_PHILIPS (0x00000000U) |
| #define | I2S_STANDARD_MSB (SPI_I2SCFGR_I2SSTD_0) |
| #define | I2S_STANDARD_LSB (SPI_I2SCFGR_I2SSTD_1) |
| #define | I2S_STANDARD_PCM_SHORT ((SPI_I2SCFGR_I2SSTD_0 | SPI_I2SCFGR_I2SSTD_1)) |
| #define | I2S_STANDARD_PCM_LONG ((SPI_I2SCFGR_I2SSTD_0 | SPI_I2SCFGR_I2SSTD_1 | SPI_I2SCFGR_PCMSYNC)) |
| #define I2S_STANDARD_LSB (SPI_I2SCFGR_I2SSTD_1) |
定义于行 197 文件 stm32g4xx_hal_i2s.h.
被引用 HAL_I2S_Init().
| #define I2S_STANDARD_MSB (SPI_I2SCFGR_I2SSTD_0) |
定义于行 196 文件 stm32g4xx_hal_i2s.h.
| #define I2S_STANDARD_PCM_LONG ((SPI_I2SCFGR_I2SSTD_0 | SPI_I2SCFGR_I2SSTD_1 | SPI_I2SCFGR_PCMSYNC)) |
定义于行 199 文件 stm32g4xx_hal_i2s.h.
被引用 HAL_I2S_Init().
| #define I2S_STANDARD_PCM_SHORT ((SPI_I2SCFGR_I2SSTD_0 | SPI_I2SCFGR_I2SSTD_1)) |
定义于行 198 文件 stm32g4xx_hal_i2s.h.
被引用 HAL_I2S_Init().
| #define I2S_STANDARD_PHILIPS (0x00000000U) |
定义于行 195 文件 stm32g4xx_hal_i2s.h.
1.7.6.1