STM32F439xx HAL User Manual
Defines
I2s Standard
I2S Exported Constants

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 Documentation

#define LL_I2S_STANDARD_LSB   (SPI_I2SCFGR_I2SSTD_1)

LSB justified standard (right justified)

Definition at line 1274 of file stm32f4xx_ll_spi.h.

#define LL_I2S_STANDARD_MSB   (SPI_I2SCFGR_I2SSTD_0)

MSB justified standard (left justified)

Definition at line 1273 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 1276 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 1275 of file stm32f4xx_ll_spi.h.

#define LL_I2S_STANDARD_PHILIPS   0x00000000U

I2S standard philips

Definition at line 1272 of file stm32f4xx_ll_spi.h.

Referenced by LL_I2S_StructInit().