ReactOS 0.4.15-dev-7942-gd23573b
_OHCI_TRANSFER_CONTROL Union Reference

#include <hardware.h>

Collaboration diagram for _OHCI_TRANSFER_CONTROL:

Public Attributes

struct {
   ULONG   Reserved: 18
 
   ULONG   BufferRounding: 1
 
   ULONG   DirectionPID: 2
 
   ULONG   DelayInterrupt: 3
 
   ULONG   DataToggle: 2
 
   ULONG   ErrorCount: 2
 
   ULONG   ConditionCode: 4
 
}; 
 
ULONG AsULONG
 

Detailed Description

Definition at line 59 of file hardware.h.

Member Data Documentation

◆ 

struct { ... } _OHCI_TRANSFER_CONTROL::@1389

◆ AsULONG

ULONG _OHCI_TRANSFER_CONTROL::AsULONG

Definition at line 69 of file hardware.h.

◆ BufferRounding

ULONG _OHCI_TRANSFER_CONTROL::BufferRounding

Definition at line 62 of file hardware.h.

◆ ConditionCode

ULONG _OHCI_TRANSFER_CONTROL::ConditionCode

Definition at line 67 of file hardware.h.

◆ DataToggle

ULONG _OHCI_TRANSFER_CONTROL::DataToggle

Definition at line 65 of file hardware.h.

◆ DelayInterrupt

ULONG _OHCI_TRANSFER_CONTROL::DelayInterrupt

Definition at line 64 of file hardware.h.

◆ DirectionPID

ULONG _OHCI_TRANSFER_CONTROL::DirectionPID

Definition at line 63 of file hardware.h.

◆ ErrorCount

ULONG _OHCI_TRANSFER_CONTROL::ErrorCount

Definition at line 66 of file hardware.h.

◆ Reserved

ULONG _OHCI_TRANSFER_CONTROL::Reserved

Definition at line 61 of file hardware.h.


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