STM32F439xx HAL User Manual
Defines
I2S Standard
I2S Exported Constants

Defines

#define I2S_STANDARD_PHILIPS   (0x00000000U)
#define I2S_STANDARD_MSB   (0x00000010U)
#define I2S_STANDARD_LSB   (0x00000020U)
#define I2S_STANDARD_PCM_SHORT   (0x00000030U)
#define I2S_STANDARD_PCM_LONG   (0x000000B0U)

Define Documentation

#define I2S_STANDARD_LSB   (0x00000020U)

Definition at line 185 of file stm32f4xx_hal_i2s.h.

Referenced by HAL_I2S_Init().

#define I2S_STANDARD_MSB   (0x00000010U)

Definition at line 184 of file stm32f4xx_hal_i2s.h.

#define I2S_STANDARD_PCM_LONG   (0x000000B0U)

Definition at line 187 of file stm32f4xx_hal_i2s.h.

Referenced by HAL_I2S_Init().

#define I2S_STANDARD_PCM_SHORT   (0x00000030U)

Definition at line 186 of file stm32f4xx_hal_i2s.h.

Referenced by HAL_I2S_Init().

#define I2S_STANDARD_PHILIPS   (0x00000000U)

Definition at line 183 of file stm32f4xx_hal_i2s.h.