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

#include <dev_touch.h>

成员变量

struct rt_device parent
 
struct rt_touch_info info
 
struct rt_touch_config config
 
const struct rt_touch_opsops
 
rt_err_t(* irq_handle )(rt_touch_t touch)
 

详细描述

Touch device

在文件 dev_touch.h189 行定义.

结构体成员变量说明

◆ parent

struct rt_device rt_touch_device::parent

在文件 dev_touch.h191 行定义.

◆ info

struct rt_touch_info rt_touch_device::info

在文件 dev_touch.h192 行定义.

◆ config

struct rt_touch_config rt_touch_device::config

在文件 dev_touch.h193 行定义.

◆ ops

const struct rt_touch_ops* rt_touch_device::ops

在文件 dev_touch.h195 行定义.

◆ irq_handle

rt_err_t(* rt_touch_device::irq_handle) (rt_touch_t touch)

在文件 dev_touch.h196 行定义.