Usb Request. More...
#include <usb_descriptors.h>
Data Fields | |
| U8 | bmRequestType |
| Characteristics of the request. | |
| U8 | bRequest |
| Specific request. | |
| U16 | wValue |
| field that varies according to request | |
| U16 | wIndex |
| field that varies according to request | |
| U16 | wLength |
| Number of bytes to transfer if Data. | |
Usb Request.
Definition at line 164 of file usb_descriptors.h.
Characteristics of the request.
Definition at line 166 of file usb_descriptors.h.
Specific request.
Definition at line 167 of file usb_descriptors.h.
field that varies according to request
Definition at line 168 of file usb_descriptors.h.
field that varies according to request
Definition at line 169 of file usb_descriptors.h.
Number of bytes to transfer if Data.
Definition at line 170 of file usb_descriptors.h.
1.7.2