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

#include <usb_host.h>

成员变量

struct rt_device parent
 
uhcd_ops_t ops
 
rt_uint8_t num_ports
 
uhub_t roothub
 
struct rt_messagequeueusb_mq
 

详细描述

在文件 usb_host.h135 行定义.

结构体成员变量说明

◆ parent

struct rt_device uhcd::parent

在文件 usb_host.h137 行定义.

◆ ops

uhcd_ops_t uhcd::ops

在文件 usb_host.h138 行定义.

◆ num_ports

rt_uint8_t uhcd::num_ports

在文件 usb_host.h139 行定义.

◆ roothub

uhub_t uhcd::roothub

在文件 usb_host.h140 行定义.

◆ usb_mq

struct rt_messagequeue* uhcd::usb_mq

在文件 usb_host.h141 行定义.