Standard USB configuration descriptor structure. More...
#include <usb_protocol.h>
Public Attributes | |
uint8_t | bConfigurationValue |
uint8_t | bDescriptorType |
uint8_t | bLength |
uint8_t | bmAttributes |
uint8_t | bMaxPower |
uint8_t | bNumInterfaces |
uint8_t | iConfiguration |
le16_t | wTotalLength |
Standard USB configuration descriptor structure.
Definition at line 410 of file usb_protocol.h.
uint8_t usb_conf_desc_t::bConfigurationValue |
Definition at line 415 of file usb_protocol.h.
uint8_t usb_conf_desc_t::bDescriptorType |
Definition at line 412 of file usb_protocol.h.
uint8_t usb_conf_desc_t::bLength |
Definition at line 411 of file usb_protocol.h.
uint8_t usb_conf_desc_t::bmAttributes |
Definition at line 417 of file usb_protocol.h.
uint8_t usb_conf_desc_t::bMaxPower |
Definition at line 418 of file usb_protocol.h.
uint8_t usb_conf_desc_t::bNumInterfaces |
Definition at line 414 of file usb_protocol.h.
uint8_t usb_conf_desc_t::iConfiguration |
Definition at line 416 of file usb_protocol.h.
le16_t usb_conf_desc_t::wTotalLength |
Definition at line 413 of file usb_protocol.h.