#include <USBRequests.h>
Public Attributes | |
uint8_t | bmRequestType:8 |
uint8_t | bRequest:8 |
uint16_t | wIndex:16 |
uint16_t | wLength:16 |
uint16_t | wValue:16 |
Generic USB SETUP request sent over Control endpoints.
Definition at line 274 of file USBRequests.h.
uint8_t USBGenericRequest::bmRequestType |
Type of request
Definition at line 280 of file USBRequests.h.
uint8_t USBGenericRequest::bRequest |
Request code
Definition at line 283 of file USBRequests.h.
uint16_t USBGenericRequest::wIndex |
Request-specific index parameter.
Definition at line 287 of file USBRequests.h.
uint16_t USBGenericRequest::wLength |
Expected length (in bytes) of the data phase.
Definition at line 289 of file USBRequests.h.
uint16_t USBGenericRequest::wValue |
Request-specific value parameter.
Definition at line 285 of file USBRequests.h.