Home
last modified time | relevance | path

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

/bsp/raspberry-pi/raspi4-32/driver/touch/
A Ddrv_dsi_touch.c25 static rt_uint32_t touch_state; variable
69 touch_state = 1; in dsi_touch_thread_entry()
73 touch_state = 0; in dsi_touch_thread_entry()
82 if((read_num != 0) && (touch_state == 1)) in dsi_read_point()
86 touch_state = 0; in dsi_read_point()
/bsp/raspberry-pi/raspi4-64/drivers/
A Ddrv_dsi_touch.c37 static rt_uint32_t touch_state = 0; variable
115 if (!touch_state) in dsi_touch_thread_entry()
123 touch_state = 1; in dsi_touch_thread_entry()
127 if (touch_state) in dsi_touch_thread_entry()
131 touch_state = 0; in dsi_touch_thread_entry()
141 if ((read_num != 0) && (touch_state == 1)) in dsi_read_point()
145 touch_state = 0; in dsi_read_point()
/bsp/stm32/stm32f429-st-disco/board/ports/touch/
A Ddrv_touch.h70 struct touch_state { struct
77 int32_t touch_get_state(struct touch_state *state); argument
A Ddrv_touch.c145 int32_t touch_get_state(struct touch_state *state) in touch_get_state()
201 struct touch_state ts; in touch_show_state()
/bsp/gd32/arm/gd32470z-lckfb/board/ports/
A Ddraw_panel.c104 int touch_state = 0; in draw_panel_test() local
121 touch_state = FT5206_Scan(0); in draw_panel_test()
122 if (touch_state == 1) in draw_panel_test()
A Ddrv_touch.c467 int touch_state = 0; in touch_test() local
472 touch_state = FT5206_Scan(0); in touch_test()
474 if (touch_state == 1) in touch_test()

Completed in 10 milliseconds