#include <usb_host_enum.h>
Definition at line 78 of file usb_host_enum.h.
Data Fields | |
U8 | bmRequestType |
Characteristics of the request. | |
U8 | bRequest |
Specific request. | |
Bool | incomplete_read |
TRUE: only one read. | |
U16 | wIndex |
Field that varies according to request. | |
U16 | wLength |
Number of bytes to transfer if Data. | |
U16 | wValue |
Field that varies according to request. |
Characteristics of the request.
Definition at line 80 of file usb_host_enum.h.
Referenced by host_transfer_control().
Specific request.
Definition at line 81 of file usb_host_enum.h.
Referenced by host_transfer_control().
TRUE: only one read.
Definition at line 85 of file usb_host_enum.h.
Referenced by host_transfer_control().
Field that varies according to request.
Definition at line 83 of file usb_host_enum.h.
Referenced by host_transfer_control().
Number of bytes to transfer if Data.
Definition at line 84 of file usb_host_enum.h.
Referenced by host_transfer_control().
Field that varies according to request.
Definition at line 82 of file usb_host_enum.h.
Referenced by host_transfer_control().