ReactOS 0.4.15-dev-7918-g2a2556c
_EHCI_USB_COMMAND Union Reference

#include <hardware.h>

Collaboration diagram for _EHCI_USB_COMMAND:

Public Attributes

struct {
   ULONG   Run: 1
 
   ULONG   Reset: 1
 
   ULONG   FrameListSize: 2
 
   ULONG   PeriodicEnable: 1
 
   ULONG   AsynchronousEnable: 1
 
   ULONG   InterruptAdvanceDoorbell: 1
 
   ULONG   LightResetHC: 1
 
   ULONG   AsynchronousParkModeCount: 2
 
   ULONG   Reserved1: 1
 
   ULONG   AsynchronousParkModeEnable: 1
 
   ULONG   Reserved2: 4
 
   ULONG   InterruptThreshold: 8
 
   ULONG   Reserved3: 8
 
}; 
 
ULONG AsULONG
 

Detailed Description

Definition at line 79 of file hardware.h.

Member Data Documentation

◆ 

struct { ... } _EHCI_USB_COMMAND::@1353

◆ AsULONG

◆ AsynchronousEnable

ULONG _EHCI_USB_COMMAND::AsynchronousEnable

Definition at line 85 of file hardware.h.

Referenced by EHCI_DisableAsyncList(), and EHCI_EnableAsyncList().

◆ AsynchronousParkModeCount

ULONG _EHCI_USB_COMMAND::AsynchronousParkModeCount

Definition at line 88 of file hardware.h.

◆ AsynchronousParkModeEnable

ULONG _EHCI_USB_COMMAND::AsynchronousParkModeEnable

Definition at line 90 of file hardware.h.

◆ FrameListSize

ULONG _EHCI_USB_COMMAND::FrameListSize

Definition at line 83 of file hardware.h.

◆ InterruptAdvanceDoorbell

ULONG _EHCI_USB_COMMAND::InterruptAdvanceDoorbell

Definition at line 86 of file hardware.h.

◆ InterruptThreshold

ULONG _EHCI_USB_COMMAND::InterruptThreshold

Definition at line 92 of file hardware.h.

◆ LightResetHC

ULONG _EHCI_USB_COMMAND::LightResetHC

Definition at line 87 of file hardware.h.

◆ PeriodicEnable

ULONG _EHCI_USB_COMMAND::PeriodicEnable

Definition at line 84 of file hardware.h.

◆ Reserved1

ULONG _EHCI_USB_COMMAND::Reserved1

Definition at line 89 of file hardware.h.

◆ Reserved2

ULONG _EHCI_USB_COMMAND::Reserved2

Definition at line 91 of file hardware.h.

◆ Reserved3

ULONG _EHCI_USB_COMMAND::Reserved3

Definition at line 93 of file hardware.h.

◆ Reset

ULONG _EHCI_USB_COMMAND::Reset

Definition at line 82 of file hardware.h.

◆ Run

ULONG _EHCI_USB_COMMAND::Run

Definition at line 81 of file hardware.h.


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