|
OpenOCD
|
USB Device Descriptor. More...
Data Fields | |
| uint16_t | bcdDevice |
| Device Release Number (BCD). More... | |
| uint16_t | bcdUSB |
| USB specification release number (BCD). More... | |
| uint8_t | bDescriptorType |
| DEVICE Descriptor Type. More... | |
| uint8_t | bDeviceClass |
| Class code. More... | |
| uint8_t | bDeviceProtocol |
| Protocol code. More... | |
| uint8_t | bDeviceSubClass |
| Subclass code. More... | |
| uint8_t | bLength |
| Size of this descriptor in bytes. More... | |
| uint8_t | bMaxPacketSize0 |
| Maximum packet size for EP0 (8, 16, 32, 64). More... | |
| uint8_t | bNumConfigurations |
| Number of possible configurations. More... | |
| uint16_t | idProduct |
| USB Product ID. More... | |
| uint16_t | idVendor |
| USB Vendor ID. More... | |
| uint8_t | iManufacturer |
| Index of manufacturer string descriptor. More... | |
| uint8_t | iProduct |
| Index of product string descriptor. More... | |
| uint8_t | iSerialNumber |
| Index of string descriptor containing serial #. More... | |
| uint16_t usb_device_descriptor::bcdDevice |
| uint16_t usb_device_descriptor::bcdUSB |
| uint8_t usb_device_descriptor::bDescriptorType |
| uint8_t usb_device_descriptor::bLength |
| uint8_t usb_device_descriptor::bMaxPacketSize0 |
| uint8_t usb_device_descriptor::bNumConfigurations |
| uint8_t usb_device_descriptor::iManufacturer |
| uint8_t usb_device_descriptor::iProduct |
| uint8_t usb_device_descriptor::iSerialNumber |