Searched defs:usb_ctrltransfer (Results 1 – 1 of 1) sorted by relevance
46 struct usb_ctrltransfer { struct47 uint8_t bRequestType;48 uint8_t bRequest;49 uint16_t wValue;50 uint16_t wIndex;51 uint16_t wLength;52 uint32_t timeout;53 void *data;