struct usb_interface_descriptor

来源:互联网 发布:方舟生存进化优化好吗 编辑:程序博客网 时间:2024/06/02 05:40
struct usb_interface_descriptor {__u8  bLength;             // 描述符大小__u8  bDescriptorType;__u8  bInterfaceNumber;__u8  bAlternateSetting;__u8  bNumEndpoints;       // 端点数__u8  bInterfaceClass;     // 接口类__u8  bInterfaceSubClass;  // 接口子类__u8  bInterfaceProtocol;  // 接口协议__u8  iInterface;} __attribute__ ((packed));

0 0
原创粉丝点击