Searched refs:touch_thread (Results 1 – 1 of 1) sorted by relevance
537 struct rt_thread * touch_thread; in rtgui_touch_hw_init() local589 touch_thread = rt_thread_create("touch_thread", in rtgui_touch_hw_init()592 if (touch_thread != RT_NULL) rt_thread_startup(touch_thread); in rtgui_touch_hw_init()
Completed in 5 milliseconds