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
517 struct usb_endpoint_descriptor { struct518 uByte bLength;519 uByte bDescriptorType;520 uByte bEndpointAddress;554 typedef struct usb_endpoint_descriptor usb_endpoint_descriptor_t; argument