Searched defs:usbi_interface_descriptor (Results 1 – 2 of 2) sorted by relevance
620 struct usbi_interface_descriptor { struct621 uint8_t bLength;622 uint8_t bDescriptorType;623 uint8_t bInterfaceNumber;624 uint8_t bAlternateSetting;625 uint8_t bNumEndpoints;626 uint8_t bInterfaceClass;627 uint8_t bInterfaceSubClass;628 uint8_t bInterfaceProtocol;629 uint8_t iInterface;