Searched refs:touch_timer (Results 1 – 1 of 1) sorted by relevance
35 static rt_timer_t touch_timer = RT_NULL; variable174 if ((touch_timer != RT_NULL) && (current_driver->read_interval != 0)) in touch_readpoint()176 rt_timer_start(touch_timer); in touch_readpoint()254 touch_timer = rt_timer_create("touch", touch_timeout_handle, in rt_touch_init()257 if (touch_timer == RT_NULL) in rt_touch_init()
Completed in 4 milliseconds