Searched defs:USBDescDevice (Results 1 – 2 of 2) sorted by relevance
109 struct USBDescDevice { struct110 uint16_t bcdUSB;111 uint8_t bDeviceClass;112 uint8_t bDeviceSubClass;113 uint8_t bDeviceProtocol;114 uint8_t bMaxPacketSize0;115 uint8_t bNumConfigurations;117 const USBDescConfig *confs;
188 typedef struct USBDescDevice USBDescDevice; typedef