Home
last modified time | relevance | path

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

/TwlSDK-5.5/build/demos/vib/pulse_vib/src/
Dmain.c82 static TPData tp_last; variable
755 tp_pre = tp_last; in read_tp()
760 TP_GetCalibratedPoint(&tp_last, &tp_raw); in read_tp()
762 if (tp_last.validity != TP_VALIDITY_VALID) in read_tp()
764 tp_last = tp_pre; in read_tp()
765 tp_last.touch = 0; in read_tp()
768 if (tp_last.touch && (!tp_pre.touch)) in read_tp()
770 tp_trg = tp_last; in read_tp()
777 if ((!tp_last.touch) && tp_pre.touch) in read_tp()