Searched refs:rt_touch_t (Results 1 – 2 of 2) sorted by relevance
19 void rt_hw_touch_isr(rt_touch_t touch) in rt_hw_touch_isr()38 rt_hw_touch_isr((rt_touch_t)param); in touch_irq_callback()100 rt_touch_t touch; in rt_touch_open()102 touch = (rt_touch_t)dev; in rt_touch_open()115 rt_touch_t touch; in rt_touch_close()117 touch = (rt_touch_t)dev; in rt_touch_close()127 rt_touch_t touch; in rt_touch_read()130 touch = (rt_touch_t)dev; in rt_touch_read()144 rt_touch_t touch; in rt_touch_control()147 touch = (rt_touch_t)dev; in rt_touch_control()[all …]
182 typedef struct rt_touch_device *rt_touch_t; typedef193 …rt_err_t (*irq_handle)(rt_touch_t touch); /* Called when an interrupt is generated, registered by…226 int rt_hw_touch_register(rt_touch_t touch,237 void rt_hw_touch_isr(rt_touch_t touch);
Completed in 4 milliseconds