STM32F479xx HAL User Manual
|
Defines | |
#define | LL_I2S_STANDARD_PHILIPS 0x00000000U |
#define | LL_I2S_STANDARD_MSB (SPI_I2SCFGR_I2SSTD_0) |
#define | LL_I2S_STANDARD_LSB (SPI_I2SCFGR_I2SSTD_1) |
#define | LL_I2S_STANDARD_PCM_SHORT (SPI_I2SCFGR_I2SSTD_0 | SPI_I2SCFGR_I2SSTD_1) |
#define | LL_I2S_STANDARD_PCM_LONG (SPI_I2SCFGR_I2SSTD_0 | SPI_I2SCFGR_I2SSTD_1 | SPI_I2SCFGR_PCMSYNC) |
#define LL_I2S_STANDARD_LSB (SPI_I2SCFGR_I2SSTD_1) |
LSB justified standard (right justified)
Definition at line 1267 of file stm32f4xx_ll_spi.h.
#define LL_I2S_STANDARD_MSB (SPI_I2SCFGR_I2SSTD_0) |
MSB justified standard (left justified)
Definition at line 1266 of file stm32f4xx_ll_spi.h.
#define LL_I2S_STANDARD_PCM_LONG (SPI_I2SCFGR_I2SSTD_0 | SPI_I2SCFGR_I2SSTD_1 | SPI_I2SCFGR_PCMSYNC) |
PCM standard, long frame synchronization
Definition at line 1269 of file stm32f4xx_ll_spi.h.
#define LL_I2S_STANDARD_PCM_SHORT (SPI_I2SCFGR_I2SSTD_0 | SPI_I2SCFGR_I2SSTD_1) |
PCM standard, short frame synchronization
Definition at line 1268 of file stm32f4xx_ll_spi.h.
#define LL_I2S_STANDARD_PHILIPS 0x00000000U |
I2S standard philips
Definition at line 1265 of file stm32f4xx_ll_spi.h.
Referenced by LL_I2S_StructInit().