Home
last modified time | relevance | path

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

/bsp/renesas/ra6m3-hmi-board/board/ports/touch/gt911/src/
A Dgt911.c214 static rt_uint8_t pre_touch = 0; in gt911_read_point() local
259 if (pre_touch > touch_num) /* point up */ in gt911_read_point()
261 for (read_index = 0; read_index < pre_touch; read_index++) in gt911_read_point()
303 else if (pre_touch) in gt911_read_point()
305 for (read_index = 0; read_index < pre_touch; read_index++) in gt911_read_point()
311 pre_touch = touch_num; in gt911_read_point()
/bsp/nxp/imx/imx6ull-smart/drivers/
A Ddrv_touch.c217 static rt_uint8_t pre_touch = 0; in gt911_read_point() local
262 if(pre_touch > touch_num) /* point up */ in gt911_read_point()
264 for (read_index = 0; read_index < pre_touch; read_index++) in gt911_read_point()
303 else if (pre_touch) in gt911_read_point()
305 for(read_index = 0; read_index < pre_touch; read_index++) in gt911_read_point()
311 pre_touch = touch_num; in gt911_read_point()
/bsp/nuvoton/libraries/nu_packages/TPC/
A Dst1663i.c133 static rt_uint8_t pre_touch = 0; variable
160 if (pre_touch > sStRegMap.u8Fingers) /* point up */ in st1663i_read_point()
219 pre_touch = sStRegMap.u8Fingers; in st1663i_read_point()
225 pre_touch = 0; in st1663i_read_point()
A Dft5446.c133 static rt_uint8_t pre_touch = 0; variable
160 if (pre_touch > sFtRegMap.u8TDStatus) /* point up */ in ft5446_read_point()
224 pre_touch = sFtRegMap.u8TDStatus; in ft5446_read_point()
230 pre_touch = 0; in ft5446_read_point()
A Dgt911.c200 static rt_uint8_t pre_touch = 0; variable
257 if (pre_touch > touch_num) /* point up */ in gt911_read_point()
297 pre_touch = touch_num; in gt911_read_point()
A Dili.c385 static rt_uint8_t pre_touch = 0; variable
430 if (pre_touch > touch_num) /* point up */ in ili_read_point()
486 pre_touch = touch_num; in ili_read_point()
492 pre_touch = 0; in ili_read_point()
/bsp/nuvoton/libraries/nu_packages/ILI_TPC/
A Dili.c398 static rt_uint8_t pre_touch = 0; in ili_read_point() local
426 if (pre_touch > touch_num) /* point up */ in ili_read_point()
428 for (i = 0; i < pre_touch; i++) in ili_read_point()
480 pre_touch = touch_num; in ili_read_point()

Completed in 15 milliseconds