ReactOS 0.4.15-dev-7842-g558ab78
_EHCI_TD_TOKEN Union Reference

#include <hardware.h>

Collaboration diagram for _EHCI_TD_TOKEN:

Public Attributes

struct {
   ULONG   Status: 8
 
   ULONG   PIDCode: 2
 
   ULONG   ErrorCounter: 2
 
   ULONG   CurrentPage: 3
 
   ULONG   InterruptOnComplete: 1
 
   ULONG   TransferBytes: 15
 
   ULONG   DataToggle: 1
 
}; 
 
ULONG AsULONG
 

Detailed Description

Definition at line 345 of file hardware.h.

Member Data Documentation

◆ 

struct { ... } _EHCI_TD_TOKEN::@1382

◆ AsULONG

ULONG _EHCI_TD_TOKEN::AsULONG

Definition at line 355 of file hardware.h.

Referenced by EHCI_BulkTransfer(), EHCI_ControlTransfer(), and EHCI_InterruptTransfer().

◆ CurrentPage

ULONG _EHCI_TD_TOKEN::CurrentPage

Definition at line 350 of file hardware.h.

◆ DataToggle

ULONG _EHCI_TD_TOKEN::DataToggle

◆ ErrorCounter

ULONG _EHCI_TD_TOKEN::ErrorCounter

◆ InterruptOnComplete

ULONG _EHCI_TD_TOKEN::InterruptOnComplete

Definition at line 351 of file hardware.h.

Referenced by EHCI_BulkTransfer(), and EHCI_InterruptTransfer().

◆ PIDCode

ULONG _EHCI_TD_TOKEN::PIDCode

Definition at line 348 of file hardware.h.

Referenced by EHCI_BulkTransfer(), EHCI_ControlTransfer(), and EHCI_InterruptTransfer().

◆ Status

◆ TransferBytes


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