HAL
I2S_STANDARD_PCM_SHORT is only used within HAL.
 
Symbols
loading...
Files
loading...

I2S_STANDARD_PCM_SHORT macro

Syntax

#define I2S_STANDARD_PCM_SHORT ((SPI_I2SCFGR_I2SSTD_0 | SPI_I2SCFGR_I2SSTD_1))

References

LocationText
stm32f4xx_hal_i2s.h:205
#define I2S_STANDARD_PCM_SHORT ((SPI_I2SCFGR_I2SSTD_0 | SPI_I2SCFGR_I2SSTD_1))
stm32f4xx_hal_i2s.c:435
if ((hi2s->Init.Standard == I2S_STANDARD_PCM_SHORT) || ((hi2s->Init.Standard == I2S_STANDARD_PCM_LONG)))
stm32f4xx_hal_i2s.h:557
((__STANDARD__) == I2S_STANDARD_PCM_SHORT) || \