RT-Thread RTOS 1.2.0
An open source embedded real-time operating system
|
#include <dev_touch.h>
成员变量 | |
rt_size_t(* | touch_readpoint )(struct rt_touch_device *touch, void *buf, rt_size_t touch_num) |
rt_err_t(* | touch_control )(struct rt_touch_device *touch, int cmd, void *arg) |
Touch device operations
在文件 dev_touch.h 第 215 行定义.
rt_size_t(* rt_touch_ops::touch_readpoint) (struct rt_touch_device *touch, void *buf, rt_size_t touch_num) |
在文件 dev_touch.h 第 217 行定义.
rt_err_t(* rt_touch_ops::touch_control) (struct rt_touch_device *touch, int cmd, void *arg) |
在文件 dev_touch.h 第 218 行定义.