STM32F479xx HAL User Manual
Defines
I2S Standard
I2S Exported Constants

Defines

#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 Documentation

#define I2S_STANDARD_LSB   (SPI_I2SCFGR_I2SSTD_1)

Definition at line 205 of file stm32f4xx_hal_i2s.h.

Referenced by HAL_I2S_Init().

#define I2S_STANDARD_MSB   (SPI_I2SCFGR_I2SSTD_0)

Definition at line 204 of file stm32f4xx_hal_i2s.h.

#define I2S_STANDARD_PCM_LONG   ((SPI_I2SCFGR_I2SSTD_0 | SPI_I2SCFGR_I2SSTD_1 | SPI_I2SCFGR_PCMSYNC))

Definition at line 207 of file stm32f4xx_hal_i2s.h.

Referenced by HAL_I2S_Init().

#define I2S_STANDARD_PCM_SHORT   ((SPI_I2SCFGR_I2SSTD_0 | SPI_I2SCFGR_I2SSTD_1))

Definition at line 206 of file stm32f4xx_hal_i2s.h.

Referenced by HAL_I2S_Init().

#define I2S_STANDARD_PHILIPS   (0x00000000U)

Definition at line 203 of file stm32f4xx_hal_i2s.h.