RT-Thread RTOS 1.2.0
An open source embedded real-time operating system
|
#include <usb_host.h>
成员变量 | |
struct uhub_descriptor | hub_desc |
rt_uint8_t | num_ports |
rt_uint32_t | port_status [USB_HUB_PORT_NUM] |
struct uinstance * | child [USB_HUB_PORT_NUM] |
rt_bool_t | is_roothub |
rt_uint8_t | buffer [8] |
struct uinstance * | self |
struct uhcd * | hcd |
在文件 usb_host.h 第 112 行定义.
struct uhub_descriptor uhub::hub_desc |
在文件 usb_host.h 第 114 行定义.
rt_uint8_t uhub::num_ports |
在文件 usb_host.h 第 115 行定义.
rt_uint32_t uhub::port_status[USB_HUB_PORT_NUM] |
在文件 usb_host.h 第 116 行定义.
struct uinstance* uhub::child[USB_HUB_PORT_NUM] |
在文件 usb_host.h 第 117 行定义.
rt_bool_t uhub::is_roothub |
在文件 usb_host.h 第 119 行定义.
rt_uint8_t uhub::buffer[8] |
在文件 usb_host.h 第 121 行定义.
struct uinstance* uhub::self |
在文件 usb_host.h 第 122 行定义.
struct uhcd* uhub::hcd |
在文件 usb_host.h 第 123 行定义.