ReactOS 0.4.15-dev-7918-g2a2556c
_EHCI_QH_EP_PARAMS Union Reference

#include <hardware.h>

Collaboration diagram for _EHCI_QH_EP_PARAMS:

Public Attributes

struct {
   ULONG   DeviceAddress: 7
 
   ULONG   InactivateOnNextTransaction: 1
 
   ULONG   EndpointNumber: 4
 
   ULONG   EndpointSpeed: 2
 
   ULONG   DataToggleControl: 1
 
   ULONG   HeadReclamationListFlag: 1
 
   ULONG   MaximumPacketLength: 11
 
   ULONG   ControlEndpointFlag: 1
 
   ULONG   NakCountReload: 4
 
}; 
 
ULONG AsULONG
 

Detailed Description

Definition at line 375 of file hardware.h.

Member Data Documentation

◆ 

struct { ... } _EHCI_QH_EP_PARAMS::@1385

◆ AsULONG

ULONG _EHCI_QH_EP_PARAMS::AsULONG

Definition at line 387 of file hardware.h.

◆ ControlEndpointFlag

ULONG _EHCI_QH_EP_PARAMS::ControlEndpointFlag

Definition at line 384 of file hardware.h.

◆ DataToggleControl

ULONG _EHCI_QH_EP_PARAMS::DataToggleControl

Definition at line 381 of file hardware.h.

Referenced by EHCI_OpenBulkOrControlEndpoint().

◆ DeviceAddress

ULONG _EHCI_QH_EP_PARAMS::DeviceAddress

Definition at line 377 of file hardware.h.

Referenced by EHCI_AddDummyQHs(), and EHCI_ReopenEndpoint().

◆ EndpointNumber

ULONG _EHCI_QH_EP_PARAMS::EndpointNumber

Definition at line 379 of file hardware.h.

◆ EndpointSpeed

ULONG _EHCI_QH_EP_PARAMS::EndpointSpeed

Definition at line 380 of file hardware.h.

Referenced by EHCI_AddDummyQHs().

◆ HeadReclamationListFlag

ULONG _EHCI_QH_EP_PARAMS::HeadReclamationListFlag

Definition at line 382 of file hardware.h.

Referenced by EHCI_InitializeInterruptSchedule(), and EHCI_InitializeSchedule().

◆ InactivateOnNextTransaction

ULONG _EHCI_QH_EP_PARAMS::InactivateOnNextTransaction

Definition at line 378 of file hardware.h.

◆ MaximumPacketLength

ULONG _EHCI_QH_EP_PARAMS::MaximumPacketLength

Definition at line 383 of file hardware.h.

Referenced by EHCI_AddDummyQHs(), and EHCI_ReopenEndpoint().

◆ NakCountReload

ULONG _EHCI_QH_EP_PARAMS::NakCountReload

Definition at line 385 of file hardware.h.


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