RT-Thread RTOS 1.2.0
An open source embedded real-time operating system
|
#include <dev_touch.h>
成员变量 | |
struct rt_device | parent |
struct rt_touch_info | info |
struct rt_touch_config | config |
const struct rt_touch_ops * | ops |
rt_err_t(* | irq_handle )(rt_touch_t touch) |
Touch device
在文件 dev_touch.h 第 189 行定义.
struct rt_device rt_touch_device::parent |
在文件 dev_touch.h 第 191 行定义.
struct rt_touch_info rt_touch_device::info |
在文件 dev_touch.h 第 192 行定义.
struct rt_touch_config rt_touch_device::config |
在文件 dev_touch.h 第 193 行定义.
const struct rt_touch_ops* rt_touch_device::ops |
在文件 dev_touch.h 第 195 行定义.
rt_err_t(* rt_touch_device::irq_handle) (rt_touch_t touch) |
在文件 dev_touch.h 第 196 行定义.