|
USB Host Shield 2.0
|
#include <UsbCore.h>
Public Attributes | ||
| union { | ||
| uint8_t bmRequestType | ||
| struct { | ||
| uint8_t recipient: 5 | ||
| uint8_t type: 2 | ||
| uint8_t direction: 1 | ||
| } | ||
| } | ReqType_u | |
| uint8_t | bRequest | |
| union { | ||
| uint16_t wValue | ||
| struct { | ||
| uint8_t wValueLo | ||
| uint8_t wValueHi | ||
| } | ||
| } | wVal_u | |
| uint16_t | wIndex | |
| uint16_t | wLength | |
| union { ... } SETUP_PKT::ReqType_u |
| union { ... } SETUP_PKT::wVal_u |