LUFA Library  120219
USB_Request_Header_t Struct Reference

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

Detailed Description

Type define for a standard USB control request.

See also:
The USB 2.0 specification for more information on standard control requests.

Field Documentation

Type of the request.

Request command code.

wIndex parameter of the request.

Length of the data to transfer in bytes.

wValue parameter of the request.


The documentation for this struct was generated from the following file:
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines