Zephyr API Documentation 4.2.0-rc2
A Scalable Open Source RTOS
 4.2.0-rc2
usb_cfg_descriptor Struct Reference

USB Standard Configuration Descriptor defined in spec. More...

#include <zephyr/usb/usb_ch9.h>

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

USB Standard Configuration Descriptor defined in spec.

Table 9-10

Field Documentation

◆ bConfigurationValue

uint8_t usb_cfg_descriptor::bConfigurationValue

◆ bDescriptorType

uint8_t usb_cfg_descriptor::bDescriptorType

◆ bLength

uint8_t usb_cfg_descriptor::bLength

◆ bmAttributes

uint8_t usb_cfg_descriptor::bmAttributes

◆ bMaxPower

uint8_t usb_cfg_descriptor::bMaxPower

◆ bNumInterfaces

uint8_t usb_cfg_descriptor::bNumInterfaces

◆ iConfiguration

uint8_t usb_cfg_descriptor::iConfiguration

◆ wTotalLength

uint16_t usb_cfg_descriptor::wTotalLength

The documentation for this struct was generated from the following file: