Home
last modified time | relevance | path

Searched refs:SAMPLING_BUFSIZE (Results 1 – 2 of 2) sorted by relevance

/TwlSDK-5.4/build/demos/fs/overlay-staticinit/src/
Dmain.c32 #define SAMPLING_BUFSIZE (SAMPLING_FREQUENCE + 1) macro
46 static TPData tp_auto_buf[SAMPLING_BUFSIZE];
77 SAMPLING_BUFSIZE); in InitApp()
/TwlSDK-5.4/build/demos/spi/tp-2/src/
Dmain.c24 #define SAMPLING_BUFSIZE (SAMPLING_FREQUENCE + 1) // Auto-sampling buffer size macro
50 static TPData gTpBuf[SAMPLING_BUFSIZE];
168 idx += SAMPLING_BUFSIZE; in HandDraw()
300 gTpBuf, SAMPLING_BUFSIZE)) in NitroMain()