RT-Thread RTOS 1.2.0
An open source embedded real-time operating system
载入中...
搜索中...
未找到
rt_touch_ops结构体 参考

#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.h215 行定义.

结构体成员变量说明

◆ touch_readpoint

rt_size_t(* rt_touch_ops::touch_readpoint) (struct rt_touch_device *touch, void *buf, rt_size_t touch_num)

在文件 dev_touch.h217 行定义.

◆ touch_control

rt_err_t(* rt_touch_ops::touch_control) (struct rt_touch_device *touch, int cmd, void *arg)

在文件 dev_touch.h218 行定义.