ReactOS 0.4.15-dev-8614-gbc76250
_EHCI_TRANSACTION_CONTROL Union Reference

#include <hardware.h>

Collaboration diagram for _EHCI_TRANSACTION_CONTROL:

Public Attributes

struct {
   ULONG   xOffset: 12
 
   ULONG   PageSelect: 3
 
   ULONG   InterruptOnComplete: 1
 
   ULONG   xLength: 12
 
   ULONG   Status: 4
 
}; 
 
ULONG AsULONG
 

Detailed Description

Definition at line 210 of file hardware.h.

Member Data Documentation

◆ 

struct { ... } _EHCI_TRANSACTION_CONTROL::@1374

◆ AsULONG

ULONG _EHCI_TRANSACTION_CONTROL::AsULONG

Definition at line 218 of file hardware.h.

◆ InterruptOnComplete

ULONG _EHCI_TRANSACTION_CONTROL::InterruptOnComplete

Definition at line 214 of file hardware.h.

◆ PageSelect

ULONG _EHCI_TRANSACTION_CONTROL::PageSelect

Definition at line 213 of file hardware.h.

◆ Status

ULONG _EHCI_TRANSACTION_CONTROL::Status

Definition at line 216 of file hardware.h.

◆ xLength

ULONG _EHCI_TRANSACTION_CONTROL::xLength

Definition at line 215 of file hardware.h.

◆ xOffset

ULONG _EHCI_TRANSACTION_CONTROL::xOffset

Definition at line 212 of file hardware.h.


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