ReactOS 0.4.15-dev-7924-g5949c20
_USB_20_PORT_CHANGE Union Reference

#include <usb200.h>

Collaboration diagram for _USB_20_PORT_CHANGE:

Public Attributes

USHORT AsUshort16
 
struct {
   USHORT   ConnectStatusChange:1
 
   USHORT   PortEnableDisableChange:1
 
   USHORT   SuspendChange:1
 
   USHORT   OverCurrentIndicatorChange:1
 
   USHORT   ResetChange:1
 
   USHORT   Reserved2:11
 
}; 
 

Detailed Description

Definition at line 160 of file usb200.h.

Member Data Documentation

◆ 

struct { ... } _USB_20_PORT_CHANGE::@3260

◆ AsUshort16

USHORT _USB_20_PORT_CHANGE::AsUshort16

Definition at line 161 of file usb200.h.

Referenced by UhciRHGetPortStatus().

◆ ConnectStatusChange

USHORT _USB_20_PORT_CHANGE::ConnectStatusChange

Definition at line 163 of file usb200.h.

Referenced by UhciRHGetPortStatus(), and USBH_ProcessPortStateChange().

◆ OverCurrentIndicatorChange

USHORT _USB_20_PORT_CHANGE::OverCurrentIndicatorChange

Definition at line 166 of file usb200.h.

Referenced by UhciRHGetPortStatus(), and USBH_ProcessPortStateChange().

◆ PortEnableDisableChange

USHORT _USB_20_PORT_CHANGE::PortEnableDisableChange

◆ Reserved2

USHORT _USB_20_PORT_CHANGE::Reserved2

Definition at line 168 of file usb200.h.

◆ ResetChange

USHORT _USB_20_PORT_CHANGE::ResetChange

◆ SuspendChange

USHORT _USB_20_PORT_CHANGE::SuspendChange

Definition at line 165 of file usb200.h.

Referenced by UhciRHGetPortStatus(), and USBH_ProcessPortStateChange().


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