USB setup packet (USB 2.0 spec table 9-2) More...
USB setup packet (USB 2.0 spec table 9-2)
Definition at line 198 of file descriptor.h.
#include <descriptor.h>
Data Fields | |
uint8_t | type |
Request type | |
uint8_t | request |
Specific request | |
uint16_t | value |
Value word | |
uint16_t | index |
Index/offset word | |
uint16_t | length |
Length of the data stage. | |