|
The Pedigree Project
0.1
|
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 |
Definition at line 73 of file UsbDevice.h.
1.8.11