Searched defs:usb_setup (Results 1 – 2 of 2) sorted by relevance
97 struct usb_setup { struct98 uint8_t request_type;99 uint8_t request;100 uint16_t value;101 uint16_t index;102 uint16_t length;
380 status_t usb_setup(usb_config *config) in usb_setup() function