Home
last modified time | relevance | path

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

/bsp/stm32/stm32l4r9-st-eval/board/ports/
A Ddrv_touch_ft.c115 static uint8_t s_tp_down = 0; in ft_read_point() local
125 if (s_tp_down) in ft_read_point()
127 s_tp_down = 0; in ft_read_point()
143 if (s_tp_down) in ft_read_point()
149 s_tp_down = 1; in ft_read_point()
/bsp/loongson/ls1cdev/drivers/
A Ddrv_touch_gt9xx.c171 static rt_uint8_t s_tp_down = 0; in gt9xx_read_point() local
179 if(s_tp_down) in gt9xx_read_point()
181 s_tp_down = 0; in gt9xx_read_point()
194 if(s_tp_down) in gt9xx_read_point()
201 s_tp_down = 1; in gt9xx_read_point()
/bsp/stm32/stm32f407-atk-explorer/board/ports/touch/
A Ddrv_touch_ft.c114 static uint8_t s_tp_down = 0; in ft_read_point() local
130 if (s_tp_down) in ft_read_point()
132 s_tp_down = 0; in ft_read_point()
151 if (s_tp_down) in ft_read_point()
157 s_tp_down = 1; in ft_read_point()
/bsp/allwinner/libraries/drivers/touch/
A Ddrv_touch_gt9xx.c181 static rt_uint8_t s_tp_down = 0; in gt9xx_read_point() local
189 if (s_tp_down) in gt9xx_read_point()
191 s_tp_down = 0; in gt9xx_read_point()
206 if (s_tp_down) in gt9xx_read_point()
214 s_tp_down = 1; in gt9xx_read_point()

Completed in 16 milliseconds