ReactOS 0.4.15-dev-7934-g1dc8d80
_EHCI_PORT_STATUS_CONTROL Union Reference

#include <hardware.h>

Collaboration diagram for _EHCI_PORT_STATUS_CONTROL:

Public Attributes

struct {
   ULONG   CurrentConnectStatus: 1
 
   ULONG   ConnectStatusChange: 1
 
   ULONG   PortEnabledDisabled: 1
 
   ULONG   PortEnableDisableChange: 1
 
   ULONG   OverCurrentActive: 1
 
   ULONG   OverCurrentChange: 1
 
   ULONG   ForcePortResume: 1
 
   ULONG   Suspend: 1
 
   ULONG   PortReset: 1
 
   ULONG   Reserved1: 1
 
   ULONG   LineStatus: 2
 
   ULONG   PortPower: 1
 
   ULONG   PortOwner: 1
 
   ULONG   PortIndicatorControl: 2
 
   ULONG   PortTestControl: 4
 
   ULONG   WakeOnConnectEnable: 1
 
   ULONG   WakeOnDisconnectEnable: 1
 
   ULONG   WakeOnOverCurrentEnable: 1
 
   ULONG   Reserved2: 9
 
}; 
 
ULONG AsULONG
 

Detailed Description

Definition at line 140 of file hardware.h.

Member Data Documentation

◆ 

struct { ... } _EHCI_PORT_STATUS_CONTROL::@1359

◆ AsULONG

◆ ConnectStatusChange

◆ CurrentConnectStatus

ULONG _EHCI_PORT_STATUS_CONTROL::CurrentConnectStatus

Definition at line 142 of file hardware.h.

Referenced by EHCI_RH_ChirpRootPort(), EHCI_RH_FinishReset(), and EHCI_RH_GetPortStatus().

◆ ForcePortResume

ULONG _EHCI_PORT_STATUS_CONTROL::ForcePortResume

Definition at line 148 of file hardware.h.

Referenced by EHCI_RH_ClearFeaturePortSuspend(), and EHCI_RH_PortResumeComplete().

◆ LineStatus

ULONG _EHCI_PORT_STATUS_CONTROL::LineStatus

Definition at line 152 of file hardware.h.

Referenced by EHCI_RH_ChirpRootPort(), and EHCI_RH_GetPortStatus().

◆ OverCurrentActive

ULONG _EHCI_PORT_STATUS_CONTROL::OverCurrentActive

Definition at line 146 of file hardware.h.

Referenced by EHCI_RH_GetPortStatus().

◆ OverCurrentChange

◆ PortEnabledDisabled

ULONG _EHCI_PORT_STATUS_CONTROL::PortEnabledDisabled

◆ PortEnableDisableChange

◆ PortIndicatorControl

ULONG _EHCI_PORT_STATUS_CONTROL::PortIndicatorControl

Definition at line 155 of file hardware.h.

◆ PortOwner

ULONG _EHCI_PORT_STATUS_CONTROL::PortOwner

Definition at line 154 of file hardware.h.

Referenced by EHCI_RH_ChirpRootPort(), EHCI_RH_FinishReset(), and EHCI_RH_GetPortStatus().

◆ PortPower

ULONG _EHCI_PORT_STATUS_CONTROL::PortPower

◆ PortReset

ULONG _EHCI_PORT_STATUS_CONTROL::PortReset

◆ PortTestControl

ULONG _EHCI_PORT_STATUS_CONTROL::PortTestControl

Definition at line 156 of file hardware.h.

◆ Reserved1

ULONG _EHCI_PORT_STATUS_CONTROL::Reserved1

Definition at line 151 of file hardware.h.

◆ Reserved2

ULONG _EHCI_PORT_STATUS_CONTROL::Reserved2

Definition at line 160 of file hardware.h.

◆ Suspend

ULONG _EHCI_PORT_STATUS_CONTROL::Suspend

◆ WakeOnConnectEnable

ULONG _EHCI_PORT_STATUS_CONTROL::WakeOnConnectEnable

Definition at line 157 of file hardware.h.

◆ WakeOnDisconnectEnable

ULONG _EHCI_PORT_STATUS_CONTROL::WakeOnDisconnectEnable

Definition at line 158 of file hardware.h.

◆ WakeOnOverCurrentEnable

ULONG _EHCI_PORT_STATUS_CONTROL::WakeOnOverCurrentEnable

Definition at line 159 of file hardware.h.


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