Searched defs:usb_wa_rpipe_descr (Results 1 – 1 of 1) sorted by relevance
52 typedef struct usb_wa_rpipe_descr { struct53 uint8_t bLength;54 uint8_t bDescriptorType;55 uint16_t wRPipeIndex;56 uint16_t wRequests;57 uint16_t wBlocks;58 uint16_t wMaxPacketSize;59 union {83 } usb_wa_rpipe_descr_t; argument