Home
last modified time | relevance | path

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

/TwlSDK-5.5/build/demos/fs/overlay-staticinit/src/
Dmain.c109 const TPData *const cur_tp = tp_auto_buf + TP_GetLatestIndexInAuto(); in GetInput() local
110 if (cur_tp->touch == TP_TOUCH_OFF) in GetInput()
114 else if (cur_tp->validity == TP_VALIDITY_VALID) in GetInput()
116 TP_GetCalibratedPoint(&input->tp, cur_tp); in GetInput()