ReactOS 0.4.15-dev-7842-g558ab78
_EHCI_SPLIT_TRANSFER_STATE Union Reference

#include <hardware.h>

Collaboration diagram for _EHCI_SPLIT_TRANSFER_STATE:

Public Attributes

struct {
   ULONG   Status: 8
 
   ULONG   ProgressMask: 8
 
   ULONG   TotalBytes: 10
 
   ULONG   Reserved: 4
 
   ULONG   PageSelect: 1
 
   ULONG   InterruptOnComplete: 1
 
}; 
 
ULONG AsULONG
 

Detailed Description

Definition at line 286 of file hardware.h.

Member Data Documentation

◆ 

struct { ... } _EHCI_SPLIT_TRANSFER_STATE::@1376

◆ AsULONG

ULONG _EHCI_SPLIT_TRANSFER_STATE::AsULONG

Definition at line 295 of file hardware.h.

◆ InterruptOnComplete

ULONG _EHCI_SPLIT_TRANSFER_STATE::InterruptOnComplete

Definition at line 293 of file hardware.h.

◆ PageSelect

ULONG _EHCI_SPLIT_TRANSFER_STATE::PageSelect

Definition at line 292 of file hardware.h.

◆ ProgressMask

ULONG _EHCI_SPLIT_TRANSFER_STATE::ProgressMask

Definition at line 289 of file hardware.h.

◆ Reserved

ULONG _EHCI_SPLIT_TRANSFER_STATE::Reserved

Definition at line 291 of file hardware.h.

◆ Status

ULONG _EHCI_SPLIT_TRANSFER_STATE::Status

Definition at line 288 of file hardware.h.

◆ TotalBytes

ULONG _EHCI_SPLIT_TRANSFER_STATE::TotalBytes

Definition at line 290 of file hardware.h.


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