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

References

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