STM32F411E-Discovery + 0/3 examples
CodeScope will show references to DEFAULT_AUDIO_IN_CHANNEL_NBR from the following samples and libraries:
Drivers
Boards
Examples
STM32F411E-Discovery
Examples
Applications
Audio
 
Symbols
loading...
Files
loading...

DEFAULT_AUDIO_IN_CHANNEL_NBR macro

Syntax

#define DEFAULT_AUDIO_IN_CHANNEL_NBR 1

Examples

DEFAULT_AUDIO_IN_CHANNEL_NBR is referenced by 3 libraries and example projects.

References

LocationText
stm32f411e_discovery_audio.h:137
#define DEFAULT_AUDIO_IN_CHANNEL_NBR 1 /* Mono = 1, Stereo = 2 */
stm32f411e_discovery_audio.c:832
for(index = 0; index < DEFAULT_AUDIO_IN_CHANNEL_NBR; index++)
stm32f411e_discovery_audio.h:141
#define INTERNAL_BUFF_SIZE 128*DEFAULT_AUDIO_IN_FREQ/16000*DEFAULT_AUDIO_IN_CHANNEL_NBR