ReactOS 0.4.15-dev-8100-g1887773
_OHCI_REG_CONTROL Union Reference

#include <hardware.h>

Collaboration diagram for _OHCI_REG_CONTROL:

Public Attributes

struct {
   ULONG   ControlBulkServiceRatio: 2
 
   ULONG   PeriodicListEnable: 1
 
   ULONG   IsochronousEnable: 1
 
   ULONG   ControlListEnable: 1
 
   ULONG   BulkListEnable: 1
 
   ULONG   HostControllerFunctionalState: 2
 
   ULONG   InterruptRouting: 1
 
   ULONG   RemoteWakeupConnected: 1
 
   ULONG   RemoteWakeupEnable: 1
 
   ULONG   Reserved: 21
 
}; 
 
ULONG AsULONG
 

Detailed Description

Definition at line 149 of file hardware.h.

Member Data Documentation

◆ 

struct { ... } _OHCI_REG_CONTROL::@1398

◆ AsULONG

ULONG _OHCI_REG_CONTROL::AsULONG

Definition at line 162 of file hardware.h.

Referenced by OHCI_CheckController(), OHCI_ResetController(), and OHCI_ResumeController().

◆ BulkListEnable

ULONG _OHCI_REG_CONTROL::BulkListEnable

Definition at line 155 of file hardware.h.

◆ ControlBulkServiceRatio

ULONG _OHCI_REG_CONTROL::ControlBulkServiceRatio

Definition at line 151 of file hardware.h.

◆ ControlListEnable

ULONG _OHCI_REG_CONTROL::ControlListEnable

Definition at line 154 of file hardware.h.

◆ HostControllerFunctionalState

ULONG _OHCI_REG_CONTROL::HostControllerFunctionalState

Definition at line 156 of file hardware.h.

Referenced by OHCI_CheckController(), OHCI_ResetController(), and OHCI_ResumeController().

◆ InterruptRouting

ULONG _OHCI_REG_CONTROL::InterruptRouting

Definition at line 157 of file hardware.h.

◆ IsochronousEnable

ULONG _OHCI_REG_CONTROL::IsochronousEnable

Definition at line 153 of file hardware.h.

◆ PeriodicListEnable

ULONG _OHCI_REG_CONTROL::PeriodicListEnable

Definition at line 152 of file hardware.h.

◆ RemoteWakeupConnected

ULONG _OHCI_REG_CONTROL::RemoteWakeupConnected

Definition at line 158 of file hardware.h.

◆ RemoteWakeupEnable

ULONG _OHCI_REG_CONTROL::RemoteWakeupEnable

Definition at line 159 of file hardware.h.

◆ Reserved

ULONG _OHCI_REG_CONTROL::Reserved

Definition at line 160 of file hardware.h.


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