ReactOS 0.4.15-dev-7907-g95bf896
_OHCI_ISO_TRANSFER_CONTROL Union Reference

#include <hardware.h>

Collaboration diagram for _OHCI_ISO_TRANSFER_CONTROL:

Public Attributes

struct {
   ULONG   StartingFrame: 16
 
   ULONG   Reserved1: 5
 
   ULONG   DelayInterrupt: 3
 
   ULONG   FrameCount: 3
 
   ULONG   Reserved2: 1
 
   ULONG   ConditionCode: 4
 
}; 
 
ULONG AsULONG
 

Detailed Description

Definition at line 83 of file hardware.h.

Member Data Documentation

◆ 

struct { ... } _OHCI_ISO_TRANSFER_CONTROL::@1391

◆ AsULONG

ULONG _OHCI_ISO_TRANSFER_CONTROL::AsULONG

Definition at line 92 of file hardware.h.

◆ ConditionCode

ULONG _OHCI_ISO_TRANSFER_CONTROL::ConditionCode

Definition at line 90 of file hardware.h.

◆ DelayInterrupt

ULONG _OHCI_ISO_TRANSFER_CONTROL::DelayInterrupt

Definition at line 87 of file hardware.h.

◆ FrameCount

ULONG _OHCI_ISO_TRANSFER_CONTROL::FrameCount

Definition at line 88 of file hardware.h.

◆ Reserved1

ULONG _OHCI_ISO_TRANSFER_CONTROL::Reserved1

Definition at line 86 of file hardware.h.

◆ Reserved2

ULONG _OHCI_ISO_TRANSFER_CONTROL::Reserved2

Definition at line 89 of file hardware.h.

◆ StartingFrame

ULONG _OHCI_ISO_TRANSFER_CONTROL::StartingFrame

Definition at line 85 of file hardware.h.


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