ReactOS 0.4.15-dev-7934-g1dc8d80
_EHCI_FS_ENDPOINT_PARAMS Union Reference

#include <hardware.h>

Collaboration diagram for _EHCI_FS_ENDPOINT_PARAMS:

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
 

Detailed Description

Definition at line 259 of file hardware.h.

Member Data Documentation

◆ 

struct { ... } _EHCI_FS_ENDPOINT_PARAMS::@1373

◆ AsULONG

ULONG _EHCI_FS_ENDPOINT_PARAMS::AsULONG

Definition at line 270 of file hardware.h.

◆ DeviceAddress

ULONG _EHCI_FS_ENDPOINT_PARAMS::DeviceAddress

Definition at line 261 of file hardware.h.

◆ Direction

ULONG _EHCI_FS_ENDPOINT_PARAMS::Direction

Definition at line 268 of file hardware.h.

◆ EndpointNumber

ULONG _EHCI_FS_ENDPOINT_PARAMS::EndpointNumber

Definition at line 263 of file hardware.h.

◆ HubAddress

ULONG _EHCI_FS_ENDPOINT_PARAMS::HubAddress

Definition at line 265 of file hardware.h.

◆ PortNumber

ULONG _EHCI_FS_ENDPOINT_PARAMS::PortNumber

Definition at line 267 of file hardware.h.

◆ Reserved1

ULONG _EHCI_FS_ENDPOINT_PARAMS::Reserved1

Definition at line 262 of file hardware.h.

◆ Reserved2

ULONG _EHCI_FS_ENDPOINT_PARAMS::Reserved2

Definition at line 264 of file hardware.h.

◆ Reserved3

ULONG _EHCI_FS_ENDPOINT_PARAMS::Reserved3

Definition at line 266 of file hardware.h.


The documentation for this union was generated from the following file: