ReactOS 0.4.16-dev-477-g6ada597
|
#include <usbmport.h>
Public Attributes | |
struct { | |
USHORT PowerControlMode:1 | |
USHORT NoPowerSwitching:1 | |
USHORT PartOfCompoundDevice:1 | |
USHORT OverCurrentProtectionMode:1 | |
USHORT NoOverCurrentProtection:1 | |
USHORT Reserved1:11 | |
}; | |
USHORT | AsUSHORT |
Definition at line 653 of file usbmport.h.
struct { ... } _USBPORT_HUB_11_CHARACTERISTICS::@3427 |
USHORT _USBPORT_HUB_11_CHARACTERISTICS::AsUSHORT |
Definition at line 662 of file usbmport.h.
Referenced by OHCI_RH_GetRootHubData(), and UhciRHGetRootHubData().
USHORT _USBPORT_HUB_11_CHARACTERISTICS::NoOverCurrentProtection |
Definition at line 659 of file usbmport.h.
Referenced by OHCI_RH_GetRootHubData(), and UhciRHGetRootHubData().
USHORT _USBPORT_HUB_11_CHARACTERISTICS::NoPowerSwitching |
Definition at line 656 of file usbmport.h.
Referenced by OHCI_RH_GetRootHubData(), and UhciRHGetRootHubData().
USHORT _USBPORT_HUB_11_CHARACTERISTICS::OverCurrentProtectionMode |
Definition at line 658 of file usbmport.h.
Referenced by OHCI_RH_GetRootHubData(), and UhciRHGetRootHubData().
USHORT _USBPORT_HUB_11_CHARACTERISTICS::PartOfCompoundDevice |
Definition at line 657 of file usbmport.h.
Referenced by OHCI_RH_GetRootHubData().
USHORT _USBPORT_HUB_11_CHARACTERISTICS::PowerControlMode |
Definition at line 655 of file usbmport.h.
Referenced by OHCI_RH_GetRootHubData(), and UhciRHGetRootHubData().
USHORT _USBPORT_HUB_11_CHARACTERISTICS::Reserved1 |
Definition at line 660 of file usbmport.h.