ReactOS 0.4.16-dev-814-g656a5dc
|
#include <usbport.h>
Public Attributes | |
PUSB2_TT_ENDPOINT | IsoEndpoint |
PUSB2_TT_ENDPOINT | IntEndpoint |
PUSB2_TT_ENDPOINT | AltEndpoint |
USHORT | TimeUsed |
USHORT | Reserved2 |
PUSB2_TT_ENDPOINT _USB2_FRAME_BUDGET::AltEndpoint |
Definition at line 530 of file usbport.h.
Referenced by USB2_AllocateTimeForEndpoint(), USB2_DeallocateEndpointBudget(), USB2_GetLastIsoTime(), and USB2_GetStartTime().
PUSB2_TT_ENDPOINT _USB2_FRAME_BUDGET::IntEndpoint |
Definition at line 529 of file usbport.h.
Referenced by USB2_AllocateTimeForEndpoint(), USB2_DeallocateEndpointBudget(), and USB2_GetStartTime().
PUSB2_TT_ENDPOINT _USB2_FRAME_BUDGET::IsoEndpoint |
Definition at line 528 of file usbport.h.
Referenced by USB2_AllocateTimeForEndpoint(), USB2_DeallocateEndpointBudget(), and USB2_GetLastIsoTime().
USHORT _USB2_FRAME_BUDGET::TimeUsed |
Definition at line 531 of file usbport.h.
Referenced by USB2_AllocateTimeForEndpoint(), and USB2_DeallocateEndpointBudget().