Searched defs:UsbdEndpointDescriptor (Results 1 – 1 of 1) sorted by relevance
188 struct UsbdEndpointDescriptor { struct189 uint8_t bLength;190 uint8_t bDescriptorType;191 uint8_t bEndpointAddress;192 uint8_t bmAttributes;193 uint16_t wMaxPacketSize;194 uint8_t bInterval;