STM32446E_EVAL + 0/1 examples
CodeScope will show references to INTERNAL_BUFF_SIZE from the following samples and libraries:
Examples
STM32446E_EVAL
Applications
Audio
 
Symbols
loading...
Files
loading...

INTERNAL_BUFF_SIZE macro

Syntax

Examples

INTERNAL_BUFF_SIZE is referenced by 1 libraries and example projects.

References

LocationText
stm32446e_eval_audio.h:184
#define INTERNAL_BUFF_SIZE (128*DEFAULT_AUDIO_IN_FREQ/16000*DEFAULT_AUDIO_IN_CHANNEL_NBR)
stm32446e_eval_audio.c:887
uint8_t app_pdm[INTERNAL_BUFF_SIZE*2];
stm32446e_eval_audio.c:892
for(index = 0; index<INTERNAL_BUFF_SIZE/2; index++)