Voxia OS v0.0.1
Hobby Project Operating System Targeting x86-64
Loading...
Searching...
No Matches
usb_config_descriptor Struct Reference

#include <usb.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

Definition at line 27 of file usb.h.

Field Documentation

◆ bConfigurationValue

uint8_t usb_config_descriptor::bConfigurationValue

Definition at line 32 of file usb.h.

◆ bDescriptorType

uint8_t usb_config_descriptor::bDescriptorType

Definition at line 29 of file usb.h.

◆ bLength

uint8_t usb_config_descriptor::bLength

Definition at line 28 of file usb.h.

◆ bmAttributes

uint8_t usb_config_descriptor::bmAttributes

Definition at line 34 of file usb.h.

◆ bMaxPower

uint8_t usb_config_descriptor::bMaxPower

Definition at line 35 of file usb.h.

◆ bNumInterfaces

uint8_t usb_config_descriptor::bNumInterfaces

Definition at line 31 of file usb.h.

◆ iConfiguration

uint8_t usb_config_descriptor::iConfiguration

Definition at line 33 of file usb.h.

◆ wTotalLength

uint16_t usb_config_descriptor::wTotalLength

Definition at line 30 of file usb.h.


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