ReactOS 0.4.15-dev-7958-gcd0bb1a
_USB_HUB_CHANGE Union Reference

#include <usb200.h>

Collaboration diagram for _USB_HUB_CHANGE:

Public Attributes

USHORT AsUshort16
 
struct {
   USHORT   LocalPowerChange:1
 
   USHORT   OverCurrentChange:1
 
   USHORT   Reserved:14
 
}; 
 

Detailed Description

Definition at line 258 of file usb200.h.

Member Data Documentation

◆ 

struct { ... } _USB_HUB_CHANGE::@3270

◆ AsUshort16

USHORT _USB_HUB_CHANGE::AsUshort16

Definition at line 259 of file usb200.h.

◆ LocalPowerChange

USHORT _USB_HUB_CHANGE::LocalPowerChange

Definition at line 261 of file usb200.h.

Referenced by USBH_ProcessHubStateChange(), and USBPORT_RootHubSCE().

◆ OverCurrentChange

USHORT _USB_HUB_CHANGE::OverCurrentChange

Definition at line 262 of file usb200.h.

Referenced by USBH_ProcessHubStateChange(), and USBPORT_RootHubSCE().

◆ Reserved

USHORT _USB_HUB_CHANGE::Reserved

Definition at line 263 of file usb200.h.


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