STM32H735xx HAL User Manual
Defines
I2S Standard
I2S Exported Constants

Defines

#define I2S_STANDARD_PHILIPS   (0x00000000UL)
#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 220 of file stm32h7xx_hal_i2s.h.

#define I2S_STANDARD_MSB   (SPI_I2SCFGR_I2SSTD_0)

Definition at line 219 of file stm32h7xx_hal_i2s.h.

#define I2S_STANDARD_PCM_LONG   (SPI_I2SCFGR_I2SSTD_0 | SPI_I2SCFGR_I2SSTD_1 | SPI_I2SCFGR_PCMSYNC)

Definition at line 222 of file stm32h7xx_hal_i2s.h.

Referenced by HAL_I2S_Init().

#define I2S_STANDARD_PCM_SHORT   (SPI_I2SCFGR_I2SSTD_0 | SPI_I2SCFGR_I2SSTD_1)

Definition at line 221 of file stm32h7xx_hal_i2s.h.

Referenced by HAL_I2S_Init().

#define I2S_STANDARD_PHILIPS   (0x00000000UL)

Definition at line 218 of file stm32h7xx_hal_i2s.h.