STM32F4xx HAL Driver master
STM32CubeF4 HAL / LL Drivers API Reference
Loading...
Searching...
No Matches
Collaboration diagram for I2S Standard:

Macros

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

Detailed Description

Macro Definition Documentation

◆ I2S_STANDARD_LSB

#define I2S_STANDARD_LSB   (SPI_I2SCFGR_I2SSTD_1)

Definition at line 204 of file stm32f4xx_hal_i2s.h.

◆ I2S_STANDARD_MSB

#define I2S_STANDARD_MSB   (SPI_I2SCFGR_I2SSTD_0)

Definition at line 203 of file stm32f4xx_hal_i2s.h.

◆ I2S_STANDARD_PCM_LONG

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

Definition at line 206 of file stm32f4xx_hal_i2s.h.

◆ I2S_STANDARD_PCM_SHORT

#define I2S_STANDARD_PCM_SHORT   ((SPI_I2SCFGR_I2SSTD_0 | SPI_I2SCFGR_I2SSTD_1))

Definition at line 205 of file stm32f4xx_hal_i2s.h.

◆ I2S_STANDARD_PHILIPS

#define I2S_STANDARD_PHILIPS   (0x00000000U)

Definition at line 202 of file stm32f4xx_hal_i2s.h.