Searched defs:usb_interface_descriptor (Results 1 – 2 of 2) sorted by relevance
372 struct usb_interface_descriptor { struct373 uint8_t bLength;374 uint8_t bDescriptorType;376 uint8_t bInterfaceNumber;377 uint8_t bAlternateSetting;378 uint8_t bNumEndpoints;379 uint8_t bInterfaceClass;380 uint8_t bInterfaceSubClass;381 uint8_t bInterfaceProtocol;382 uint8_t iInterface;
Completed in 7 milliseconds