Searched defs:usb_endpoint_descriptor (Results 1 – 2 of 2) sorted by relevance
98 struct usb_endpoint_descriptor { struct99 uint8_t bLength;100 uint8_t bDescriptorType;101 uint8_t bEndpointAddress;104 uint8_t bmAttributes;132 struct usb_endpoint_descriptor *endpoint; argument
511 struct usb_endpoint_descriptor { struct512 uByte bLength;513 uByte bDescriptorType;514 uByte bEndpointAddress;543 typedef struct usb_endpoint_descriptor usb_endpoint_descriptor_t; argument