ReactOS 0.4.15-dev-7958-gcd0bb1a
_EHCI_TRANSACTION_BUFFER Union Reference

#include <hardware.h>

Collaboration diagram for _EHCI_TRANSACTION_BUFFER:

Public Attributes

struct {
   ULONG   DeviceAddress: 7
 
   ULONG   Reserved1: 1
 
   ULONG   EndpointNumber: 4
 
   ULONG   DataBuffer0: 20
 
}; 
 
struct {
   ULONG   MaximumPacketSize: 11
 
   ULONG   Direction: 1
 
   ULONG   DataBuffer1: 20
 
}; 
 
struct {
   ULONG   Multi: 2
 
   ULONG   Reserved2: 10
 
   ULONG   DataBuffer2: 20
 
}; 
 
struct {
   ULONG   Reserved3: 12
 
   ULONG   DataBuffer: 20
 
}; 
 
ULONG AsULONG
 

Detailed Description

Definition at line 223 of file hardware.h.

Member Data Documentation

◆ 

struct { ... } _EHCI_TRANSACTION_BUFFER::@1365

◆ 

struct { ... } _EHCI_TRANSACTION_BUFFER::@1367

◆ 

struct { ... } _EHCI_TRANSACTION_BUFFER::@1369

◆ 

struct { ... } _EHCI_TRANSACTION_BUFFER::@1371

◆ AsULONG

ULONG _EHCI_TRANSACTION_BUFFER::AsULONG

Definition at line 244 of file hardware.h.

◆ DataBuffer

ULONG _EHCI_TRANSACTION_BUFFER::DataBuffer

Definition at line 242 of file hardware.h.

◆ DataBuffer0

ULONG _EHCI_TRANSACTION_BUFFER::DataBuffer0

Definition at line 228 of file hardware.h.

◆ DataBuffer1

ULONG _EHCI_TRANSACTION_BUFFER::DataBuffer1

Definition at line 233 of file hardware.h.

◆ DataBuffer2

ULONG _EHCI_TRANSACTION_BUFFER::DataBuffer2

Definition at line 238 of file hardware.h.

◆ DeviceAddress

ULONG _EHCI_TRANSACTION_BUFFER::DeviceAddress

Definition at line 225 of file hardware.h.

◆ Direction

ULONG _EHCI_TRANSACTION_BUFFER::Direction

Definition at line 232 of file hardware.h.

◆ EndpointNumber

ULONG _EHCI_TRANSACTION_BUFFER::EndpointNumber

Definition at line 227 of file hardware.h.

◆ MaximumPacketSize

ULONG _EHCI_TRANSACTION_BUFFER::MaximumPacketSize

Definition at line 231 of file hardware.h.

◆ Multi

ULONG _EHCI_TRANSACTION_BUFFER::Multi

Definition at line 236 of file hardware.h.

◆ Reserved1

ULONG _EHCI_TRANSACTION_BUFFER::Reserved1

Definition at line 226 of file hardware.h.

◆ Reserved2

ULONG _EHCI_TRANSACTION_BUFFER::Reserved2

Definition at line 237 of file hardware.h.

◆ Reserved3

ULONG _EHCI_TRANSACTION_BUFFER::Reserved3

Definition at line 241 of file hardware.h.


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