|
OpenOCD
|
USB Configuration Descriptor. More...
Data Fields | |
| uint8_t | bConfigurationValue |
| Value used to select this configuration. More... | |
| uint8_t | bDescriptorType |
| CONFIGURATION descriptor type. More... | |
| uint8_t | bLength |
| Size of this descriptor in bytes. More... | |
| uint8_t | bmAttributes |
| Configuration characteristics. More... | |
| uint8_t | bNumInterfaces |
| Number of interfaces in this configuration. More... | |
| uint8_t | iConfiguration |
| Index of configuration string descriptor. More... | |
| uint8_t | MaxPower |
| Maximum power consumption in 2 mA units. More... | |
| uint16_t | wTotalLength |
| Combined total length of all descriptors. More... | |
| uint8_t usb_config_descriptor::bConfigurationValue |
Value used to select this configuration.
Definition at line 61 of file usb.h.
Referenced by usb_handle_setup_data().
| uint8_t usb_config_descriptor::bDescriptorType |
| uint8_t usb_config_descriptor::bLength |
| uint8_t usb_config_descriptor::bmAttributes |
| uint8_t usb_config_descriptor::bNumInterfaces |
| uint8_t usb_config_descriptor::iConfiguration |
| uint8_t usb_config_descriptor::MaxPower |
| uint16_t usb_config_descriptor::wTotalLength |