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

Public Attributes | |
| struct { | |
| ULONG DeviceAddress: 7 | |
| ULONG InactivateOnNextTransaction: 1 | |
| ULONG EndpointNumber: 4 | |
| ULONG EndpointSpeed: 2 | |
| ULONG DataToggleControl: 1 | |
| ULONG HeadReclamationListFlag: 1 | |
| ULONG MaximumPacketLength: 11 | |
| ULONG ControlEndpointFlag: 1 | |
| ULONG NakCountReload: 4 | |
| }; | |
| ULONG | AsULONG |
Definition at line 375 of file hardware.h.
| struct { ... } _EHCI_QH_EP_PARAMS::@1512 |
| ULONG _EHCI_QH_EP_PARAMS::AsULONG |
Definition at line 387 of file hardware.h.
| ULONG _EHCI_QH_EP_PARAMS::ControlEndpointFlag |
Definition at line 384 of file hardware.h.
| ULONG _EHCI_QH_EP_PARAMS::DataToggleControl |
Definition at line 381 of file hardware.h.
Referenced by EHCI_OpenBulkOrControlEndpoint().
| ULONG _EHCI_QH_EP_PARAMS::DeviceAddress |
Definition at line 377 of file hardware.h.
Referenced by EHCI_AddDummyQHs(), and EHCI_ReopenEndpoint().
| ULONG _EHCI_QH_EP_PARAMS::EndpointNumber |
Definition at line 379 of file hardware.h.
| ULONG _EHCI_QH_EP_PARAMS::EndpointSpeed |
Definition at line 380 of file hardware.h.
Referenced by EHCI_AddDummyQHs().
| ULONG _EHCI_QH_EP_PARAMS::HeadReclamationListFlag |
Definition at line 382 of file hardware.h.
Referenced by EHCI_InitializeInterruptSchedule(), and EHCI_InitializeSchedule().
| ULONG _EHCI_QH_EP_PARAMS::InactivateOnNextTransaction |
Definition at line 378 of file hardware.h.
| ULONG _EHCI_QH_EP_PARAMS::MaximumPacketLength |
Definition at line 383 of file hardware.h.
Referenced by EHCI_AddDummyQHs(), and EHCI_ReopenEndpoint().
| ULONG _EHCI_QH_EP_PARAMS::NakCountReload |
Definition at line 385 of file hardware.h.