Home
last modified time | relevance | path

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

/bsp/allwinner/libraries/drivers/touch/
A Ddrv_touch.c35 static rt_timer_t touch_timer = RT_NULL; variable
174 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 3 milliseconds