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

#include <usb_host.h>

成员变量

struct uhub_descriptor hub_desc
 
rt_uint8_t num_ports
 
rt_uint32_t port_status [USB_HUB_PORT_NUM]
 
struct uinstancechild [USB_HUB_PORT_NUM]
 
rt_bool_t is_roothub
 
rt_uint8_t buffer [8]
 
struct uinstanceself
 
struct uhcdhcd
 

详细描述

在文件 usb_host.h112 行定义.

结构体成员变量说明

◆ hub_desc

struct uhub_descriptor uhub::hub_desc

在文件 usb_host.h114 行定义.

◆ num_ports

rt_uint8_t uhub::num_ports

在文件 usb_host.h115 行定义.

◆ port_status

rt_uint32_t uhub::port_status[USB_HUB_PORT_NUM]

在文件 usb_host.h116 行定义.

◆ child

struct uinstance* uhub::child[USB_HUB_PORT_NUM]

在文件 usb_host.h117 行定义.

◆ is_roothub

rt_bool_t uhub::is_roothub

在文件 usb_host.h119 行定义.

◆ buffer

rt_uint8_t uhub::buffer[8]

在文件 usb_host.h121 行定义.

◆ self

struct uinstance* uhub::self

在文件 usb_host.h122 行定义.

◆ hcd

struct uhcd* uhub::hcd

在文件 usb_host.h123 行定义.