STM32469I_EVAL + 0/2 examples
CodeScope will show references to DEFAULT_AUDIO_IN_CHANNEL_NBR from the following samples and libraries:
Examples
STM32469I_EVAL
Demonstrations
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 2 libraries and example projects.

References

LocationText
stm32469i_eval_audio.h:178
#define DEFAULT_AUDIO_IN_CHANNEL_NBR ((uint8_t)2) /* Mono = 1, Stereo = 2 */
stm32469i_eval_audio.c:900
for(index = 0; index < DEFAULT_AUDIO_IN_CHANNEL_NBR; index++)
stm32469i_eval_audio.h:182
#define INTERNAL_BUFF_SIZE (128*DEFAULT_AUDIO_IN_FREQ/16000*DEFAULT_AUDIO_IN_CHANNEL_NBR)