Home
last modified time | relevance | path

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

/bsp/nuvoton/libraries/nu_packages/TPC/
A Dst1663i.c73 static rt_int16_t pre_w[ST_MAX_TOUCH]; variable
91 read_data[id].width = pre_w[id]; in st1663i_touch_up()
98 pre_w[id] = -1; in st1663i_touch_up()
126 pre_w[id] = w; in st1663i_touch_down()
318 rt_memset(&pre_w[0], 0xff, ST_MAX_TOUCH * sizeof(rt_int16_t)); in rt_hw_st1663i_init()
A Dft5446.c73 static rt_int16_t pre_w[FT_MAX_TOUCH]; variable
91 read_data[id].width = pre_w[id]; in ft5446_touch_up()
98 pre_w[id] = -1; in ft5446_touch_up()
126 pre_w[id] = w; in ft5446_touch_down()
323 rt_memset(&pre_w[0], 0xff, FT_MAX_TOUCH * sizeof(rt_int16_t)); in rt_hw_ft5446_init()
A Dgt911.c145 static rt_int16_t pre_w[GT911_MAX_TOUCH]; variable
163 read_data[id].width = pre_w[id]; in gt911_touch_up()
170 pre_w[id] = -1; in gt911_touch_up()
196 pre_w[id] = w; in gt911_touch_down()
472 rt_memset(&pre_w[0], 0xff, GT911_MAX_TOUCH * sizeof(rt_int16_t)); in rt_hw_gt911_init()
A Dili.c330 static rt_int16_t pre_w[ILI_MAX_TOUCH]; variable
348 read_data[id].width = pre_w[id]; in ili_touch_up()
355 pre_w[id] = -1; in ili_touch_up()
381 pre_w[id] = w; in ili_touch_down()
620 rt_memset(&pre_w[0], 0xff, ILI_MAX_TOUCH * sizeof(rt_int16_t)); in rt_hw_ili_tpc_init()
/bsp/renesas/ra6m3-hmi-board/board/ports/touch/gt911/src/
A Dgt911.c146 static int16_t pre_w[GT911_MAX_TOUCH] = {-1, -1, -1, -1, -1}; variable
165 read_data[id].width = pre_w[id]; in gt911_touch_up()
172 pre_w[id] = -1; in gt911_touch_up()
198 pre_w[id] = w; in gt911_touch_down()
/bsp/nxp/imx/imx6ull-smart/drivers/
A Ddrv_touch.c150 static int16_t pre_w[GT911_MAX_TOUCH] = {-1, -1, -1, -1, -1}; variable
169 read_data[id].width = pre_w[id]; in gt911_touch_up()
176 pre_w[id] = -1; in gt911_touch_up()
201 pre_w[id] = w; in gt911_touch_down()
/bsp/nuvoton/libraries/nu_packages/ILI_TPC/
A Dili.c330 static int16_t pre_w[ILI_MAX_TOUCH] = {-1, -1, -1, -1, -1}; variable
348 read_data[id].width = pre_w[id]; in ili_touch_up()
355 pre_w[id] = -1; in ili_touch_up()
381 pre_w[id] = w; in ili_touch_down()

Completed in 19 milliseconds