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

I2S_STANDARD_PCM_LONG macro

Syntax

References

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