ReactOS 0.4.15-dev-7918-g2a2556c
_EHCI_LEGACY_EXTENDED_CAPABILITY Union Reference

#include <hardware.h>

Collaboration diagram for _EHCI_LEGACY_EXTENDED_CAPABILITY:

Public Attributes

struct {
   ULONG   CapabilityID: 8
 
   ULONG   NextCapabilityPointer: 8
 
   ULONG   BiosOwnedSemaphore: 1
 
   ULONG   Reserved1: 7
 
   ULONG   OsOwnedSemaphore: 1
 
   ULONG   Reserved2: 7
 
}; 
 
ULONG AsULONG
 

Detailed Description

Definition at line 23 of file hardware.h.

Member Data Documentation

◆ 

struct { ... } _EHCI_LEGACY_EXTENDED_CAPABILITY::@1347

◆ AsULONG

ULONG _EHCI_LEGACY_EXTENDED_CAPABILITY::AsULONG

Definition at line 32 of file hardware.h.

Referenced by EHCI_GetOffsetEECP(), and EHCI_TakeControlHC().

◆ BiosOwnedSemaphore

ULONG _EHCI_LEGACY_EXTENDED_CAPABILITY::BiosOwnedSemaphore

Definition at line 27 of file hardware.h.

Referenced by EHCI_TakeControlHC().

◆ CapabilityID

ULONG _EHCI_LEGACY_EXTENDED_CAPABILITY::CapabilityID

Definition at line 25 of file hardware.h.

Referenced by EHCI_GetOffsetEECP().

◆ NextCapabilityPointer

ULONG _EHCI_LEGACY_EXTENDED_CAPABILITY::NextCapabilityPointer

Definition at line 26 of file hardware.h.

Referenced by EHCI_GetOffsetEECP().

◆ OsOwnedSemaphore

ULONG _EHCI_LEGACY_EXTENDED_CAPABILITY::OsOwnedSemaphore

Definition at line 29 of file hardware.h.

Referenced by EHCI_TakeControlHC().

◆ Reserved1

ULONG _EHCI_LEGACY_EXTENDED_CAPABILITY::Reserved1

Definition at line 28 of file hardware.h.

◆ Reserved2

ULONG _EHCI_LEGACY_EXTENDED_CAPABILITY::Reserved2

Definition at line 30 of file hardware.h.


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