Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
SetupPacket Struct Reference
request_type of setup packet defined as.... More...
#include <UsbStructures.h>
| Data Fields | |
| uint16_t | length | 
| The number of bytes in the data phase. | |
Detailed Description
request_type of setup packet defined as....
0 = Device 1 = Interface 2 = Endpoint 3 = Other 4..31 Reserved unsigned recipient:5;
0 = Standard 1 = Class 2 = Vendor 3 = Reserved. unsigned type:2;
0 = Host to device. 1 = Device to host. unsigned transferDirection:1;
Definition at line 396 of file UsbStructures.h.
Field Documentation
| uint16_t length | 
The number of bytes in the data phase.
Definition at line 406 of file UsbStructures.h.
Generated on Wed Jul 13 2022 15:27:32 by
 1.7.2
 1.7.2