![]() |
![]() |
Structure defining USB Setup Packet. More...
#include <usb_spec_defines.h>
Data Fields | |
| uint8_t | bmRequestType |
| uint8_t | bRequest |
| uint16_t | wValue |
| uint16_t | wIndex |
| uint16_t | wLength |
Structure defining USB Setup Packet.
| uint8_t usbSetupPkt::bmRequestType |
USB Standard request type.
| uint8_t usbSetupPkt::bRequest |
Request code.
| uint16_t usbSetupPkt::wIndex |
USB 2.0 WIndex.
| uint16_t usbSetupPkt::wLength |
USB 2.0 WLength.
| uint16_t usbSetupPkt::wValue |
USB 2.0 WValue.