ReactOS 0.4.15-dev-7931-gfd331f1
_EHCI_QH_EP_CAPS Union Reference

#include <hardware.h>

Collaboration diagram for _EHCI_QH_EP_CAPS:

Public Attributes

struct {
   ULONG   InterruptMask: 8
 
   ULONG   SplitCompletionMask: 8
 
   ULONG   HubAddr: 7
 
   ULONG   PortNumber: 7
 
   ULONG   PipeMultiplier: 2
 
}; 
 
ULONG AsULONG
 

Detailed Description

Definition at line 392 of file hardware.h.

Member Data Documentation

◆ 

struct { ... } _EHCI_QH_EP_CAPS::@1387

◆ AsULONG

ULONG _EHCI_QH_EP_CAPS::AsULONG

Definition at line 400 of file hardware.h.

Referenced by EHCI_AddDummyQHs().

◆ HubAddr

ULONG _EHCI_QH_EP_CAPS::HubAddr

Definition at line 396 of file hardware.h.

Referenced by EHCI_ReopenEndpoint().

◆ InterruptMask

ULONG _EHCI_QH_EP_CAPS::InterruptMask

◆ PipeMultiplier

ULONG _EHCI_QH_EP_CAPS::PipeMultiplier

Definition at line 398 of file hardware.h.

Referenced by EHCI_AddDummyQHs(), and EHCI_InitializeSchedule().

◆ PortNumber

ULONG _EHCI_QH_EP_CAPS::PortNumber

Definition at line 397 of file hardware.h.

◆ SplitCompletionMask

ULONG _EHCI_QH_EP_CAPS::SplitCompletionMask

Definition at line 395 of file hardware.h.

Referenced by EHCI_AddDummyQHs(), and EHCI_OpenInterruptEndpoint().


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