ReactOS 0.4.16-dev-197-g92996da
|
#include <usb200.h>
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 | |
}; | |
struct { ... } _USB_20_PORT_STATUS::@3248 |
USHORT _USB_20_PORT_STATUS::AsUshort16 |
Definition at line 131 of file usb200.h.
Referenced by UhciRHGetPortStatus().
USHORT _USB_20_PORT_STATUS::CurrentConnectStatus |
Definition at line 133 of file usb200.h.
Referenced by UhciRHGetPortStatus(), USBH_FdoQueryBusRelations(), and USBH_PdoIoctlGetPortStatus().
USHORT _USB_20_PORT_STATUS::HighSpeedDeviceAttached |
Definition at line 142 of file usb200.h.
Referenced by UhciRHGetPortStatus().
USHORT _USB_20_PORT_STATUS::LowSpeedDeviceAttached |
Definition at line 141 of file usb200.h.
Referenced by UhciRHGetPortStatus().
USHORT _USB_20_PORT_STATUS::OverCurrent |
Definition at line 136 of file usb200.h.
Referenced by UhciRHGetPortStatus().
USHORT _USB_20_PORT_STATUS::PortEnabledDisabled |
Definition at line 134 of file usb200.h.
Referenced by UhciRHGetPortStatus(), USBH_PdoIoctlGetPortStatus(), and USBH_SyncDisablePort().
USHORT _USB_20_PORT_STATUS::PortPower |
Definition at line 140 of file usb200.h.
Referenced by UhciRHGetPortStatus().
USHORT _USB_20_PORT_STATUS::Reset |
Definition at line 137 of file usb200.h.
Referenced by UhciRHGetPortStatus().
USHORT _USB_20_PORT_STATUS::Suspend |
Definition at line 135 of file usb200.h.
Referenced by UhciRHGetPortStatus().