Home
last modified time | relevance | path

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

/TwlSDK-5.5/build/demos/vib/pulse_vib/src/
Dmain.c83 static TPData tp_pre; variable
755 tp_pre = tp_last; in read_tp()
764 tp_last = tp_pre; in read_tp()
768 if (tp_last.touch && (!tp_pre.touch)) in read_tp()
777 if ((!tp_last.touch) && tp_pre.touch) in read_tp()
779 tp_uptrg = tp_pre; in read_tp()