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

#include <usb_common.h>

成员变量

rt_uint8_t bLength
 
rt_uint8_t type
 
rt_uint8_t bEndpointAddress
 
rt_uint8_t bmAttributes
 
rt_uint16_t wMaxPacketSize
 
rt_uint8_t bInterval
 

详细描述

在文件 usb_common.h336 行定义.

结构体成员变量说明

◆ bLength

rt_uint8_t uendpoint_descriptor::bLength

在文件 usb_common.h338 行定义.

◆ type

rt_uint8_t uendpoint_descriptor::type

在文件 usb_common.h339 行定义.

◆ bEndpointAddress

rt_uint8_t uendpoint_descriptor::bEndpointAddress

在文件 usb_common.h340 行定义.

◆ bmAttributes

rt_uint8_t uendpoint_descriptor::bmAttributes

在文件 usb_common.h341 行定义.

◆ wMaxPacketSize

rt_uint16_t uendpoint_descriptor::wMaxPacketSize

在文件 usb_common.h342 行定义.

◆ bInterval

rt_uint8_t uendpoint_descriptor::bInterval

在文件 usb_common.h343 行定义.