Searched refs:touch (Results 1 – 8 of 8) sorted by relevance
| /components/drivers/touch/ |
| A D | dev_touch.c | 21 RT_ASSERT(touch); in rt_hw_touch_isr() 29 touch->irq_handle(touch); in rt_hw_touch_isr() 32 touch->parent.rx_indicate(&touch->parent, 1); in rt_hw_touch_isr() 51 rt_pin_mode(touch->config.irq_pin.pin, touch->config.irq_pin.mode); in rt_touch_irq_init() 81 touch->ops->touch_control(touch, RT_TOUCH_CTRL_ENABLE_INT, RT_NULL); in rt_touch_irq_enable() 94 touch->ops->touch_control(touch, RT_TOUCH_CTRL_DISABLE_INT, RT_NULL); in rt_touch_irq_disable() 100 rt_touch_t touch; in rt_touch_open() local 115 rt_touch_t touch; in rt_touch_close() local 127 rt_touch_t touch; in rt_touch_read() local 137 result = touch->ops->touch_readpoint(touch, buf, len); in rt_touch_read() [all …]
|
| A D | Kconfig | 6 bool "touch irq use pin irq"
|
| A D | SConscript | 1 # SConscript for touch framework
|
| /components/drivers/include/drivers/ |
| A D | dev_touch.h | 193 …rt_err_t (*irq_handle)(rt_touch_t touch); /* Called when an interrupt is generated, registered by… 214 rt_size_t (*touch_readpoint)(struct rt_touch_device *touch, void *buf, rt_size_t touch_num); 215 rt_err_t (*touch_control)(struct rt_touch_device *touch, int cmd, void *arg); 226 int rt_hw_touch_register(rt_touch_t touch, 237 void rt_hw_touch_isr(rt_touch_t touch);
|
| /components/drivers/ |
| A D | Kconfig | 20 rsource "touch/Kconfig"
|
| /components/net/lwip/lwip-2.0.3/doc/ |
| A D | contrib.txt | 43 is to NOT touch archs you can't test and let maintainers take care of them.
|
| /components/net/lwip/lwip-2.1.2/doc/ |
| A D | contrib.txt | 43 is to NOT touch archs you can't test and let maintainers take care of them.
|
| /components/net/lwip/lwip-1.4.1/doc/ |
| A D | contrib.txt | 43 is to NOT touch archs you can't test and let maintainers take care of them.
|
Completed in 7 milliseconds