#include <usb_host_enum.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. | |
U8 | uncomplete_read |
1 = only one read |
Definition at line 79 of file usb_host_enum.h.
Characteristics of the request.
Definition at line 81 of file usb_host_enum.h.
Referenced by host_send_control().
field that varies according to request
Definition at line 83 of file usb_host_enum.h.
Referenced by host_send_control().
field that varies according to request
Definition at line 84 of file usb_host_enum.h.
Referenced by host_send_control().
Number of bytes to transfer if Data.
Definition at line 85 of file usb_host_enum.h.
Referenced by host_send_control().