ReactOS 0.4.15-dev-7953-g1f49173
_USB2_TT_ENDPOINT_PARAMS Union Reference

#include <usbport.h>

Collaboration diagram for _USB2_TT_ENDPOINT_PARAMS:

Public Attributes

struct {
   ULONG   TransferType: 4
 
   ULONG   Direction: 1
 
   ULONG   DeviceSpeed: 2
 
   ULONG   EndpointMoved: 1
 
   ULONG   Reserved: 24
 
}; 
 
ULONG AsULONG
 

Detailed Description

Definition at line 485 of file usbport.h.

Member Data Documentation

◆ 

struct { ... } _USB2_TT_ENDPOINT_PARAMS::@1421

◆ AsULONG

ULONG _USB2_TT_ENDPOINT_PARAMS::AsULONG

Definition at line 493 of file usbport.h.

◆ DeviceSpeed

ULONG _USB2_TT_ENDPOINT_PARAMS::DeviceSpeed

Definition at line 489 of file usbport.h.

◆ Direction

ULONG _USB2_TT_ENDPOINT_PARAMS::Direction

Definition at line 488 of file usbport.h.

◆ EndpointMoved

ULONG _USB2_TT_ENDPOINT_PARAMS::EndpointMoved

Definition at line 490 of file usbport.h.

◆ Reserved

ULONG _USB2_TT_ENDPOINT_PARAMS::Reserved

Definition at line 491 of file usbport.h.

◆ TransferType

ULONG _USB2_TT_ENDPOINT_PARAMS::TransferType

Definition at line 487 of file usbport.h.

Referenced by USB2_PromotePeriods().


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