ReactOS 0.4.15-dev-7953-g1f49173
_UHCI_TD_TOKEN Union Reference

#include <hardware.h>

Collaboration diagram for _UHCI_TD_TOKEN:

Public Attributes

struct {
   ULONG   PIDCode: 8
 
   ULONG   DeviceAddress: 7
 
   ULONG   Endpoint: 4
 
   ULONG   DataToggle: 1
 
   ULONG   Reserved: 1
 
   ULONG   MaximumLength: 11
 
}; 
 
ULONG AsULONG
 

Detailed Description

Definition at line 176 of file hardware.h.

Member Data Documentation

◆ 

struct { ... } _UHCI_TD_TOKEN::@1441

◆ AsULONG

ULONG _UHCI_TD_TOKEN::AsULONG

◆ DataToggle

ULONG _UHCI_TD_TOKEN::DataToggle

◆ DeviceAddress

ULONG _UHCI_TD_TOKEN::DeviceAddress

Definition at line 179 of file hardware.h.

Referenced by UhciControlTransfer(), and UhciMapAsyncTransferToTDs().

◆ Endpoint

ULONG _UHCI_TD_TOKEN::Endpoint

◆ MaximumLength

ULONG _UHCI_TD_TOKEN::MaximumLength

◆ PIDCode

ULONG _UHCI_TD_TOKEN::PIDCode

◆ Reserved

ULONG _UHCI_TD_TOKEN::Reserved

Definition at line 182 of file hardware.h.


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