Home
last modified time | relevance | path

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

/bsp/nuvoton/libraries/nu_packages/TPC/
A Dft5446.c140 rt_int32_t touch_event, touchid; in ft5446_read_point() local
167 touchid = sFtRegMap.m_sTP[j].u8TouchID; in ft5446_read_point()
168 if (touchid >= 0x0f) in ft5446_read_point()
171 if (pre_id[i] == touchid) /* this id is not free */ in ft5446_read_point()
187 touchid = sFtRegMap.m_sTP[i].u8TouchID; in ft5446_read_point()
191 if (touchid >= 0x0f) in ft5446_read_point()
194 pre_id[i] = touchid; in ft5446_read_point()
214 ft5446_touch_down(buf, touchid, x, y, w); in ft5446_read_point()
219 ft5446_touch_up(buf, touchid); in ft5446_read_point()
A Dst1663i.c140 rt_int32_t touch_event, touchid; in st1663i_read_point() local
167 touchid = i; in st1663i_read_point()
169 if (pre_id[i] == touchid) /* this id is not free */ in st1663i_read_point()
185 touchid = i; in st1663i_read_point()
189 pre_id[i] = touchid; in st1663i_read_point()
209 st1663i_touch_down(buf, touchid, x, y, w); in st1663i_read_point()
214 st1663i_touch_up(buf, touchid); in st1663i_read_point()

Completed in 8 milliseconds