Lightweight USB stack  1.0
usbd_ctlreq Struct Reference

Represents generic USB control request. More...

#include <usbd_core.h>

Data Fields

uint8_t bmRequestType
 This bitmapped field identifies the characteristics of the specific request.
 
uint8_t bRequest
 This field specifies the particular request.
 
uint16_t wValue
 It is used to pass a parameter to the device, specific to the request.
 
uint16_t wIndex
 It is used to pass a parameter to the device, specific to the request.
 
uint16_t wLength
 This field specifies the length of the data transferred during the second phase of the control transfer.
 
uint8_t data []
 Data payload.
 

Detailed Description

Represents generic USB control request.

Definition at line 144 of file usbd_core.h.


The documentation for this struct was generated from the following file: