TianoCore EDK2 master
Loading...
Searching...
No Matches
_USB_DEVICE Struct Reference

Data Fields

USB_BUSBus
 
UINT8 Speed
 
UINT8 Address
 
UINT32 MaxPacket0
 
USB_DEVICE_DESCDevDesc
 
USB_CONFIG_DESCActiveConfig
 
UINT16 LangId [USB_MAX_LANG_ID]
 
UINT16 TotalLangId
 
UINT8 NumOfInterface
 
USB_INTERFACEInterfaces [USB_MAX_INTERFACE]
 
EFI_USB2_HC_TRANSACTION_TRANSLATOR Translator
 
UINT8 ParentAddr
 
USB_INTERFACEParentIf
 
UINT8 ParentPort
 
UINT8 Tier
 
BOOLEAN DisconnectFail
 

Detailed Description

Definition at line 160 of file UsbBus.h.

Field Documentation

◆ ActiveConfig

USB_CONFIG_DESC* _USB_DEVICE::ActiveConfig

Definition at line 174 of file UsbBus.h.

◆ Address

UINT8 _USB_DEVICE::Address

Definition at line 167 of file UsbBus.h.

◆ Bus

USB_BUS* _USB_DEVICE::Bus

Definition at line 161 of file UsbBus.h.

◆ DevDesc

USB_DEVICE_DESC* _USB_DEVICE::DevDesc

Definition at line 173 of file UsbBus.h.

◆ DisconnectFail

BOOLEAN _USB_DEVICE::DisconnectFail

Definition at line 191 of file UsbBus.h.

◆ Interfaces

USB_INTERFACE* _USB_DEVICE::Interfaces[USB_MAX_INTERFACE]

Definition at line 180 of file UsbBus.h.

◆ LangId

UINT16 _USB_DEVICE::LangId[USB_MAX_LANG_ID]

Definition at line 176 of file UsbBus.h.

◆ MaxPacket0

UINT32 _USB_DEVICE::MaxPacket0

Definition at line 168 of file UsbBus.h.

◆ NumOfInterface

UINT8 _USB_DEVICE::NumOfInterface

Definition at line 179 of file UsbBus.h.

◆ ParentAddr

UINT8 _USB_DEVICE::ParentAddr

Definition at line 187 of file UsbBus.h.

◆ ParentIf

USB_INTERFACE* _USB_DEVICE::ParentIf

Definition at line 188 of file UsbBus.h.

◆ ParentPort

UINT8 _USB_DEVICE::ParentPort

Definition at line 189 of file UsbBus.h.

◆ Speed

UINT8 _USB_DEVICE::Speed

Definition at line 166 of file UsbBus.h.

◆ Tier

UINT8 _USB_DEVICE::Tier

Definition at line 190 of file UsbBus.h.

◆ TotalLangId

UINT16 _USB_DEVICE::TotalLangId

Definition at line 177 of file UsbBus.h.

◆ Translator

EFI_USB2_HC_TRANSACTION_TRANSLATOR _USB_DEVICE::Translator

Definition at line 185 of file UsbBus.h.


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