#include <usbstruct.h>
Data Fields | |
U8 | bmRequestType |
U8 | bRequest |
U16 | wValue |
U16 | wIndex |
U16 | wLength |
Definitions of structures of standard USB packets setup packet definitions
Definition at line 41 of file usbstruct.h.
characteristics of the specific request
Definition at line 42 of file usbstruct.h.
specific request
Definition at line 43 of file usbstruct.h.
request specific parameter
Definition at line 45 of file usbstruct.h.
length of data transfered in data phase
Definition at line 46 of file usbstruct.h.
request specific parameter
Definition at line 44 of file usbstruct.h.