HAL + 0/7 examples
CodeScope will show references to I2S_STANDARD_LSB from the following samples and libraries:
 
Symbols
loading...
Files
loading...

I2S_STANDARD_LSB macro

Syntax

#define I2S_STANDARD_LSB (SPI_I2SCFGR_I2SSTD_1)

Examples

I2S_STANDARD_LSB is referenced by 7 libraries and example projects.

References

LocationText
stm32f4xx_hal_i2s.h:204
#define I2S_STANDARD_LSB (SPI_I2SCFGR_I2SSTD_1)
stm32f4xx_hal_i2s.c:353
if (hi2s->Init.Standard <= I2S_STANDARD_LSB)
stm32f4xx_hal_i2s.h:556
((__STANDARD__) == I2S_STANDARD_LSB) || \