LUFA Library
120219
|
Standard USB Control Request. More...
#include <StdRequestType.h>
Data Fields | |
uint8_t | bmRequestType |
uint8_t | bRequest |
uint16_t | wValue |
uint16_t | wIndex |
uint16_t | wLength |
Type define for a standard USB control request.
Type of the request.
uint8_t USB_Request_Header_t::bRequest |
Request command code.
uint16_t USB_Request_Header_t::wIndex |
wIndex parameter of the request.
uint16_t USB_Request_Header_t::wLength |
Length of the data to transfer in bytes.
uint16_t USB_Request_Header_t::wValue |
wValue parameter of the request.