Searched defs:usb_endpoint_descriptor (Results 1 – 2 of 2) sorted by relevance
99 struct usb_endpoint_descriptor { struct100 uint8_t bLength;101 uint8_t bDescriptorType;102 uint8_t bEndpointAddress;105 uint8_t bmAttributes;133 struct usb_endpoint_descriptor *endpoint; argument
526 struct usb_endpoint_descriptor { struct527 uByte bLength;528 uByte bDescriptorType;529 uByte bEndpointAddress;563 typedef struct usb_endpoint_descriptor usb_endpoint_descriptor_t; argument