ReactOS 0.4.16-dev-306-g647d351
|
#include <hardware.h>
Public Attributes | |
struct { | |
ULONG DeviceAddress: 7 | |
ULONG Reserved1: 1 | |
ULONG EndpointNumber: 4 | |
ULONG Reserved2: 4 | |
ULONG HubAddress: 7 | |
ULONG Reserved3: 1 | |
ULONG PortNumber: 7 | |
ULONG Direction: 1 | |
}; | |
ULONG | AsULONG |
Definition at line 259 of file hardware.h.
struct { ... } _EHCI_FS_ENDPOINT_PARAMS::@1389 |
ULONG _EHCI_FS_ENDPOINT_PARAMS::AsULONG |
Definition at line 270 of file hardware.h.
ULONG _EHCI_FS_ENDPOINT_PARAMS::DeviceAddress |
Definition at line 261 of file hardware.h.
ULONG _EHCI_FS_ENDPOINT_PARAMS::Direction |
Definition at line 268 of file hardware.h.
ULONG _EHCI_FS_ENDPOINT_PARAMS::EndpointNumber |
Definition at line 263 of file hardware.h.
ULONG _EHCI_FS_ENDPOINT_PARAMS::HubAddress |
Definition at line 265 of file hardware.h.
ULONG _EHCI_FS_ENDPOINT_PARAMS::PortNumber |
Definition at line 267 of file hardware.h.
ULONG _EHCI_FS_ENDPOINT_PARAMS::Reserved1 |
Definition at line 262 of file hardware.h.
ULONG _EHCI_FS_ENDPOINT_PARAMS::Reserved2 |
Definition at line 264 of file hardware.h.
ULONG _EHCI_FS_ENDPOINT_PARAMS::Reserved3 |
Definition at line 266 of file hardware.h.