#include <Usb.h>
Public Attributes | |
| byte | bRequest |
| union { | |
| struct { | |
| byte direction: 1 | |
| byte recipient: 5 | |
| byte type: 2 | |
| } | |
| byte bmRequestType | |
| } | ReqType_u |
| unsigned int | wIndex |
| unsigned int | wLength |
| union { | |
| struct { | |
| byte wValueHi | |
| byte wValueLo | |
| } | |
| unsigned int wValue | |
| } | wVal_u |
| byte SETUP_PKT::bRequest |
| byte SETUP_PKT::direction |
| byte SETUP_PKT::recipient |
| union { ... } SETUP_PKT::ReqType_u |
| byte SETUP_PKT::type |
| unsigned int SETUP_PKT::wIndex |
| unsigned int SETUP_PKT::wLength |
| union { ... } SETUP_PKT::wVal_u |
| unsigned int SETUP_PKT::wValue |
| byte SETUP_PKT::wValueHi |
| byte SETUP_PKT::wValueLo |