您的位置:首页 > 其它

struct usb_interface_descriptor

2017-02-23 14:53 363 查看
struct usb_interface_descriptor {
__u8  bLength;             // 描述符大小
__u8  bDescriptorType;

__u8  bInterfaceNumber;
__u8  bAlternateSetting;
__u8  bNumEndpoints;       // 端点数
__u8  bInterfaceClass;     // 接口类
__u8  bInterfaceSubClass;  // 接口子类
__u8  bInterfaceProtocol;  // 接口协议
__u8  iInterface;
} __attribute__ ((packed));
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: