The Pedigree Project  0.1
Public Types | Public Member Functions | Public Attributes | List of all members
UsbDevice::Endpoint Struct Reference
+ Collaboration diagram for UsbDevice::Endpoint:

Public Types

enum  TransferTypes { Control = 0, Isochronus = 1, Bulk = 2, Interrupt = 3 }
 

Public Member Functions

 Endpoint (UsbEndpointDescriptor *pDescriptor, UsbSpeed speed)
 

Public Attributes

uint8_t nEndpoint
 
bool bIn
 
bool bOut
 
uint8_t nTransferType
 
uint16_t nMaxPacketSize
 
bool bDataToggle
 

Detailed Description

Definition at line 73 of file UsbDevice.h.


The documentation for this struct was generated from the following files: