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

INTERNAL_BUFF_SIZE macro

Syntax

Examples

INTERNAL_BUFF_SIZE is referenced by 3 libraries and example projects.

References

LocationText
stm32469i_discovery_audio.h:207
#define INTERNAL_BUFF_SIZE (128*DEFAULT_AUDIO_IN_FREQ/16000*DEFAULT_AUDIO_IN_CHANNEL_NBR)
stm32469i_discovery_audio.c:1035
uint8_t app_pdm[INTERNAL_BUFF_SIZE*2];
stm32469i_discovery_audio.c:1040
for(index = 0; index<INTERNAL_BUFF_SIZE/2; index++)