#include <HostChapter9.h>
Data Fields | |
uint8_t | bmRequestType |
uint8_t | bRequest |
uint16_t | wValue |
uint16_t | wIndex |
uint16_t | wLength |
The USB 2.0 specification for more information on standard control requests.
Type of the request.
Request command code.
uint16_t USB_Host_Request_Header_t::wIndex |
wIndex parameter of the request.
uint16_t USB_Host_Request_Header_t::wLength |
Length of the data to transfer in bytes.
uint16_t USB_Host_Request_Header_t::wValue |
wValue parameter of the request.