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

DEFAULT_AUDIO_IN_CHANNEL_NBR macro

Syntax

#define DEFAULT_AUDIO_IN_CHANNEL_NBR ((uint8_t)2)

Examples

DEFAULT_AUDIO_IN_CHANNEL_NBR is referenced by 3 libraries and example projects.

References

LocationText
stm32469i_discovery_audio.h:203
#define DEFAULT_AUDIO_IN_CHANNEL_NBR ((uint8_t)2) /* Mono = 1, Stereo = 2 */
stm32469i_discovery_audio.c:1048
for(index = 0; index < DEFAULT_AUDIO_IN_CHANNEL_NBR; index++)
stm32469i_discovery_audio.h:207
#define INTERNAL_BUFF_SIZE (128*DEFAULT_AUDIO_IN_FREQ/16000*DEFAULT_AUDIO_IN_CHANNEL_NBR)