SAMV71 Xplained Ultra Software Package 1.4

_USBConfigurationDescriptor Struct Reference
[USB Descriptors]

Data Fields

uint8_t bLength
uint8_t bDescriptorType
uint16_t wTotalLength
uint8_t bNumInterfaces
uint8_t bConfigurationValue
uint8_t iConfiguration
uint8_t bmAttributes
uint8_t bMaxPower

Detailed Description

Definition at line 575 of file USBDescriptors.h.


Field Documentation

Value for selecting this configuration.

Definition at line 588 of file USBDescriptors.h.

Descriptor type (USBDESC_CONFIGURATION of USB Descriptor types USB Descriptor types).

Definition at line 581 of file USBDescriptors.h.

Size of the descriptor in bytes.

Definition at line 578 of file USBDescriptors.h.

Configuration characteristics.

Definition at line 592 of file USBDescriptors.h.

Maximum power consumption of the device when in this configuration.

Definition at line 594 of file USBDescriptors.h.

Number of interfaces in this configuration.

Definition at line 586 of file USBDescriptors.h.

Index of the configuration string descriptor.

Definition at line 590 of file USBDescriptors.h.

Length of all descriptors returned along with this configuration descriptor.

Definition at line 584 of file USBDescriptors.h.


The documentation for this struct was generated from the following file:
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines