HAL + 0/3 examples
CodeScope will show references to I2S_AUDIOFREQ_8K from the following samples and libraries:
Examples
STM32F412G-Discovery
Examples
I2S
STM324xG_EVAL
Examples
I2S
 
Symbols
loading...
Files
loading...

I2S_AUDIOFREQ_8K macro

Syntax

#define I2S_AUDIOFREQ_8K (8000U)

Examples

I2S_AUDIOFREQ_8K is referenced by 3 libraries and example projects.

References

LocationText
stm32f4xx_hal_i2s.h:242
#define I2S_AUDIOFREQ_8K (8000U)
stm32f4xx_hal_i2s.h:568
#define IS_I2S_AUDIO_FREQ(__FREQ__) ((((__FREQ__) >= I2S_AUDIOFREQ_8K) && \