Lightweight USB stack
1.0
|
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. | |
Represents generic USB control request.
Definition at line 144 of file usbd_core.h.