USB configuration descriptor. More...
Public Attributes | |
dw | wTotalLength |
db | bNumInterfaces |
db | bConfigurationValue |
db | iConfiguration |
db | bmAttributes |
db | bMaxPower |
USB configuration descriptor.
db usb_config_descr::bConfigurationValue |
Number of interfaces in this configuration
db usb_config_descr::bmAttributes |
Index of string descriptor describing this configuration
db usb_config_descr::bMaxPower |
Bit 6 is SelfPowered, bit 5 is RemoteWakeupSupported, bit 7 must be 1, other bits must be 0
db usb_config_descr::bNumInterfaces |
Total length of data returned for this configuration
db usb_config_descr::iConfiguration |
Value for SET_CONFIGURATION control request
dw usb_config_descr::wTotalLength |