![]() |
![]() |
Data structure to hold USB setup packet. More...
#include <csl_usb.h>
Data Fields | |
| int | newPacket |
| new = 1, structure holds new setup packet | |
| Uint16 | bmRequestType |
| Byte 0 of setup packet. | |
| Uint16 | bRequest |
| Byte 1 of setup packet. | |
| Uint16 | wValue |
| Byte 2 and 3 of setup packet. | |
| Uint16 | wIndex |
| Byte 4 and 5 setup packet. | |
| Uint16 | wLength |
| Byte 6 and 7 of setup packet. | |
Data structure to hold USB setup packet.
1.7.4