ReactOS 0.4.15-dev-7842-g558ab78
_UHCI_PORT_STATUS_CONTROL Union Reference

#include <hardware.h>

Collaboration diagram for _UHCI_PORT_STATUS_CONTROL:

Public Attributes

struct {
   USHORT   CurrentConnectStatus: 1
 
   USHORT   ConnectStatusChange: 1
 
   USHORT   PortEnabledDisabled: 1
 
   USHORT   PortEnableDisableChange: 1
 
   USHORT   LineStatus: 2
 
   USHORT   ResumeDetect: 1
 
   USHORT   Reserved1: 1
 
   USHORT   LowSpeedDevice: 1
 
   USHORT   PortReset: 1
 
   USHORT   Reserved2: 2
 
   USHORT   Suspend: 1
 
   USHORT   Reserved3: 3
 
}; 
 
USHORT AsUSHORT
 

Detailed Description

Definition at line 107 of file hardware.h.

Member Data Documentation

◆ 

struct { ... } _UHCI_PORT_STATUS_CONTROL::@1436

◆ AsUSHORT

◆ ConnectStatusChange

◆ CurrentConnectStatus

USHORT _UHCI_PORT_STATUS_CONTROL::CurrentConnectStatus

Definition at line 109 of file hardware.h.

Referenced by UhciRHGetPortStatus().

◆ LineStatus

USHORT _UHCI_PORT_STATUS_CONTROL::LineStatus

Definition at line 113 of file hardware.h.

◆ LowSpeedDevice

USHORT _UHCI_PORT_STATUS_CONTROL::LowSpeedDevice

Definition at line 116 of file hardware.h.

Referenced by UhciRHGetPortStatus().

◆ PortEnabledDisabled

USHORT _UHCI_PORT_STATUS_CONTROL::PortEnabledDisabled

Definition at line 111 of file hardware.h.

Referenced by UhciRHGetPortStatus(), UhciRHPortEnable(), and UhciRHPortResetComplete().

◆ PortEnableDisableChange

◆ PortReset

USHORT _UHCI_PORT_STATUS_CONTROL::PortReset

◆ Reserved1

USHORT _UHCI_PORT_STATUS_CONTROL::Reserved1

Definition at line 115 of file hardware.h.

◆ Reserved2

USHORT _UHCI_PORT_STATUS_CONTROL::Reserved2

Definition at line 118 of file hardware.h.

Referenced by UhciRHGetPortStatus().

◆ Reserved3

USHORT _UHCI_PORT_STATUS_CONTROL::Reserved3

Definition at line 120 of file hardware.h.

◆ ResumeDetect

USHORT _UHCI_PORT_STATUS_CONTROL::ResumeDetect

Definition at line 114 of file hardware.h.

◆ Suspend

USHORT _UHCI_PORT_STATUS_CONTROL::Suspend

Definition at line 119 of file hardware.h.

Referenced by UhciRHGetPortStatus(), and UhciStartController().


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