Searched defs:usb_setup (Results 1 – 2 of 2) sorted by relevance
81 struct usb_setup { struct82 uint8_t request_type;83 uint8_t request;84 uint16_t value;85 uint16_t index;86 uint16_t length;
343 status_t usb_setup(usb_config *config) { in usb_setup() function
Completed in 4 milliseconds