Searched refs:touch_state (Results 1 – 6 of 6) sorted by relevance
25 static rt_uint32_t touch_state; variable69 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()
37 static rt_uint32_t touch_state = 0; variable115 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()
70 struct touch_state { struct77 int32_t touch_get_state(struct touch_state *state); argument
145 int32_t touch_get_state(struct touch_state *state) in touch_get_state()201 struct touch_state ts; in touch_show_state()
104 int touch_state = 0; in draw_panel_test() local121 touch_state = FT5206_Scan(0); in draw_panel_test()122 if (touch_state == 1) in draw_panel_test()
467 int touch_state = 0; in touch_test() local472 touch_state = FT5206_Scan(0); in touch_test()474 if (touch_state == 1) in touch_test()
Completed in 10 milliseconds