ReactOS 0.4.15-dev-7918-g2a2556c
_UHCI_CONTROL_STATUS Union Reference

#include <hardware.h>

Collaboration diagram for _UHCI_CONTROL_STATUS:

Public Attributes

struct {
   ULONG   ActualLength: 11
 
   ULONG   Reserved1: 5
 
   ULONG   Status: 8
 
   ULONG   InterruptOnComplete: 1
 
   ULONG   IsochronousType: 1
 
   ULONG   LowSpeedDevice: 1
 
   ULONG   ErrorCounter: 2
 
   ULONG   ShortPacketDetect: 1
 
   ULONG   Reserved2: 2
 
}; 
 
ULONG AsULONG
 

Detailed Description

Definition at line 152 of file hardware.h.

Member Data Documentation

◆ 

struct { ... } _UHCI_CONTROL_STATUS::@1439

◆ ActualLength

ULONG _UHCI_CONTROL_STATUS::ActualLength

Definition at line 154 of file hardware.h.

Referenced by UhciMapAsyncTransferToTDs(), and UhciPollNonIsoEndpoint().

◆ AsULONG

ULONG _UHCI_CONTROL_STATUS::AsULONG

◆ ErrorCounter

ULONG _UHCI_CONTROL_STATUS::ErrorCounter

◆ InterruptOnComplete

ULONG _UHCI_CONTROL_STATUS::InterruptOnComplete

◆ IsochronousType

ULONG _UHCI_CONTROL_STATUS::IsochronousType

Definition at line 158 of file hardware.h.

Referenced by UhciInitializeSchedule().

◆ LowSpeedDevice

ULONG _UHCI_CONTROL_STATUS::LowSpeedDevice

Definition at line 159 of file hardware.h.

Referenced by UhciControlTransfer(), and UhciMapAsyncTransferToTDs().

◆ Reserved1

ULONG _UHCI_CONTROL_STATUS::Reserved1

Definition at line 155 of file hardware.h.

◆ Reserved2

ULONG _UHCI_CONTROL_STATUS::Reserved2

Definition at line 162 of file hardware.h.

◆ ShortPacketDetect

ULONG _UHCI_CONTROL_STATUS::ShortPacketDetect

Definition at line 161 of file hardware.h.

Referenced by UhciMapAsyncTransferToTDs().

◆ Status


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