RT-Thread RTOS 1.2.0
An open source embedded real-time operating system
|
#include <usb_host.h>
成员变量 | ||
uhost_msg_type | type | |
union { | ||
struct uhub * hub | ||
struct { | ||
func_callback function | ||
void * context | ||
} cb | ||
} | content | |
在文件 usb_host.h 第 152 行定义.
uhost_msg_type uhost_msg::type |
在文件 usb_host.h 第 154 行定义.
struct uhub* uhost_msg::hub |
在文件 usb_host.h 第 157 行定义.
func_callback uhost_msg::function |
在文件 usb_host.h 第 160 行定义.
void* uhost_msg::context |
在文件 usb_host.h 第 161 行定义.
struct { ... } uhost_msg::cb |
union { ... } uhost_msg::content |