Home
last modified time | relevance | path

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

/TwlSDK-5.1.0/build/demos/snd/synth/src/
Dmain.c333 TPData tp_data; in TpRead() local
341 TP_GetCalibratedPoint(&tp_data, &tp_raw); in TpRead()
343 tp.touch = tp_data.touch; in TpRead()
347 switch (tp_data.validity) in TpRead()
350 tp.x = tp_data.x; in TpRead()
351 tp.y = tp_data.y; in TpRead()
354 tp.y = tp_data.y; in TpRead()
357 tp.x = tp_data.x; in TpRead()
/TwlSDK-5.1.0/build/demos/math/fft-2/src/
Dmain.c1179 TPData tp_data; in TpRead() local
1187 TP_GetCalibratedPoint(&tp_data, &tp_raw); in TpRead()
1189 tp->touch = tp_data.touch; in TpRead()
1193 switch (tp_data.validity) in TpRead()
1196 tp->x = tp_data.x; in TpRead()
1197 tp->y = tp_data.y; in TpRead()
1200 tp->y = tp_data.y; in TpRead()
1203 tp->x = tp_data.x; in TpRead()