|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <usb200.h>

Public Attributes | |
| USHORT | AsUshort16 |
| struct { | |
| USHORT ConnectStatusChange:1 | |
| USHORT PortEnableDisableChange:1 | |
| USHORT SuspendChange:1 | |
| USHORT OverCurrentIndicatorChange:1 | |
| USHORT ResetChange:1 | |
| USHORT Reserved2:11 | |
| }; | |
| struct { ... } _USB_20_PORT_CHANGE::@3463 |
| USHORT _USB_20_PORT_CHANGE::AsUshort16 |
Definition at line 161 of file usb200.h.
Referenced by UhciRHGetPortStatus().
| USHORT _USB_20_PORT_CHANGE::ConnectStatusChange |
Definition at line 163 of file usb200.h.
Referenced by UhciRHGetPortStatus(), and USBH_ProcessPortStateChange().
| USHORT _USB_20_PORT_CHANGE::OverCurrentIndicatorChange |
Definition at line 166 of file usb200.h.
Referenced by UhciRHGetPortStatus(), and USBH_ProcessPortStateChange().
| USHORT _USB_20_PORT_CHANGE::PortEnableDisableChange |
Definition at line 164 of file usb200.h.
Referenced by UhciRHGetPortStatus(), USBH_ChangeIndicationProcessChange(), and USBH_ProcessPortStateChange().
| USHORT _USB_20_PORT_CHANGE::ResetChange |
Definition at line 167 of file usb200.h.
Referenced by UhciRHGetPortStatus(), USBH_ChangeIndicationProcessChange(), and USBH_ProcessPortStateChange().
| USHORT _USB_20_PORT_CHANGE::SuspendChange |
Definition at line 165 of file usb200.h.
Referenced by UhciRHGetPortStatus(), and USBH_ProcessPortStateChange().