ReactOS 0.4.15-dev-8100-g1887773
_EHCI_LINK_POINTER Union Reference

#include <hardware.h>

Collaboration diagram for _EHCI_LINK_POINTER:

Public Attributes

struct {
   ULONG   Terminate: 1
 
   ULONG   Type: 2
 
   ULONG   Reserved: 2
 
   ULONG   Address: 27
 
}; 
 
ULONG AsULONG
 

Detailed Description

Definition at line 197 of file hardware.h.

Member Data Documentation

◆ 

struct { ... } _EHCI_LINK_POINTER::@1364

◆ Address

ULONG _EHCI_LINK_POINTER::Address

Definition at line 202 of file hardware.h.

◆ AsULONG

◆ Reserved

ULONG _EHCI_LINK_POINTER::Reserved

Definition at line 201 of file hardware.h.

Referenced by EHCI_AddDummyQHs().

◆ Terminate

ULONG _EHCI_LINK_POINTER::Terminate

Definition at line 199 of file hardware.h.

Referenced by EHCI_RemoveQhFromPeriodicList().

◆ Type

ULONG _EHCI_LINK_POINTER::Type

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