ReactOS 0.4.15-dev-7842-g558ab78
_USB_20_PORT_STATUS Union Reference

#include <usb200.h>

Collaboration diagram for _USB_20_PORT_STATUS:

Public Attributes

USHORT AsUshort16
 
struct {
   USHORT   CurrentConnectStatus:1
 
   USHORT   PortEnabledDisabled:1
 
   USHORT   Suspend:1
 
   USHORT   OverCurrent:1
 
   USHORT   Reset:1
 
   USHORT   L1:1
 
   USHORT   Reserved0:2
 
   USHORT   PortPower:1
 
   USHORT   LowSpeedDeviceAttached:1
 
   USHORT   HighSpeedDeviceAttached:1
 
   USHORT   PortTestMode:1
 
   USHORT   PortIndicatorControl:1
 
   USHORT   Reserved1:3
 
}; 
 

Detailed Description

Definition at line 130 of file usb200.h.

Member Data Documentation

◆ 

struct { ... } _USB_20_PORT_STATUS::@3253

◆ AsUshort16

USHORT _USB_20_PORT_STATUS::AsUshort16

Definition at line 131 of file usb200.h.

Referenced by UhciRHGetPortStatus().

◆ CurrentConnectStatus

USHORT _USB_20_PORT_STATUS::CurrentConnectStatus

◆ HighSpeedDeviceAttached

USHORT _USB_20_PORT_STATUS::HighSpeedDeviceAttached

Definition at line 142 of file usb200.h.

Referenced by UhciRHGetPortStatus().

◆ L1

USHORT _USB_20_PORT_STATUS::L1

Definition at line 138 of file usb200.h.

◆ LowSpeedDeviceAttached

USHORT _USB_20_PORT_STATUS::LowSpeedDeviceAttached

Definition at line 141 of file usb200.h.

Referenced by UhciRHGetPortStatus().

◆ OverCurrent

USHORT _USB_20_PORT_STATUS::OverCurrent

Definition at line 136 of file usb200.h.

Referenced by UhciRHGetPortStatus().

◆ PortEnabledDisabled

USHORT _USB_20_PORT_STATUS::PortEnabledDisabled

Definition at line 134 of file usb200.h.

Referenced by UhciRHGetPortStatus(), USBH_PdoIoctlGetPortStatus(), and USBH_SyncDisablePort().

◆ PortIndicatorControl

USHORT _USB_20_PORT_STATUS::PortIndicatorControl

Definition at line 144 of file usb200.h.

◆ PortPower

USHORT _USB_20_PORT_STATUS::PortPower

Definition at line 140 of file usb200.h.

Referenced by UhciRHGetPortStatus().

◆ PortTestMode

USHORT _USB_20_PORT_STATUS::PortTestMode

Definition at line 143 of file usb200.h.

◆ Reserved0

USHORT _USB_20_PORT_STATUS::Reserved0

Definition at line 139 of file usb200.h.

◆ Reserved1

USHORT _USB_20_PORT_STATUS::Reserved1

Definition at line 145 of file usb200.h.

◆ Reset

USHORT _USB_20_PORT_STATUS::Reset

Definition at line 137 of file usb200.h.

Referenced by UhciRHGetPortStatus().

◆ Suspend

USHORT _USB_20_PORT_STATUS::Suspend

Definition at line 135 of file usb200.h.

Referenced by UhciRHGetPortStatus().


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