Searched defs:USBDescIface (Results 1 – 2 of 2) sorted by relevance
149 struct USBDescIface { struct150 uint8_t bInterfaceNumber;151 uint8_t bAlternateSetting;152 uint8_t bNumEndpoints;153 uint8_t bInterfaceClass;154 uint8_t bInterfaceSubClass;155 uint8_t bInterfaceProtocol;156 uint8_t iInterface;158 uint8_t ndesc;159 USBDescOther *descs;[all …]
191 typedef struct USBDescIface USBDescIface; typedef