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

INTERNAL_BUFF_SIZE macro

Syntax

Examples

INTERNAL_BUFF_SIZE is referenced by 2 libraries and example projects.

References

LocationText
stm32f401_discovery_audio.h:141
#define INTERNAL_BUFF_SIZE 128*DEFAULT_AUDIO_IN_FREQ/16000*DEFAULT_AUDIO_IN_CHANNEL_NBR
stm32f401_discovery_audio.c:797
uint16_t AppPDM[INTERNAL_BUFF_SIZE/2];
stm32f401_discovery_audio.c:801
for(index = 0; index<INTERNAL_BUFF_SIZE/2; index++)