Home
last modified time | relevance | path

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

/TwlSDK-5.1.0/build/demos/fs/overlay-staticinit/src/
Dmain.c31 #define SAMPLING_FREQUENCE 4 macro
32 #define SAMPLING_BUFSIZE (SAMPLING_FREQUENCE + 1)
76 (void)TP_RequestAutoSamplingStart(SAMPLING_START_VCOUNT, SAMPLING_FREQUENCE, tp_auto_buf, in InitApp()
/TwlSDK-5.1.0/build/demos/spi/tp-2/src/
Dmain.c23 #define SAMPLING_FREQUENCE 4 // Touch-panel sampling frequency per frame macro
24 #define SAMPLING_BUFSIZE (SAMPLING_FREQUENCE + 1) // Auto-sampling buffer size
299 if (TP_RequestAutoSamplingStart(SAMPLING_START_VCOUNT, SAMPLING_FREQUENCE, in NitroMain()
322 HandDraw(gTpBuf, SAMPLING_FREQUENCE); in NitroMain()