|
| void | USBDeviceSetAddress (TUSBDevice *pThis, u8 ucAddress) |
| |
| void | USBDevice (TUSBDevice *pThis, struct TDWHCIDevice *pHost, TUSBSpeed Speed, boolean bSplitTransfer, u8 ucHubAddress, u8 ucHubPortNumber) |
| |
| void | _USBDevice (TUSBDevice *pThis) |
| |
| boolean | USBDeviceInitialize (TUSBDevice *pThis) |
| |
| boolean | USBDeviceConfigure (TUSBDevice *pThis) |
| |
| TString * | USBDeviceGetName (TUSBDevice *pThis, TDeviceNameSelector Selector) |
| |
| TString * | USBDeviceGetNames (TUSBDevice *pThis) |
| |
| u8 | USBDeviceGetAddress (TUSBDevice *pThis) |
| |
| TUSBSpeed | USBDeviceGetSpeed (TUSBDevice *pThis) |
| |
| boolean | USBDeviceIsSplit (TUSBDevice *pThis) |
| |
| u8 | USBDeviceGetHubAddress (TUSBDevice *pThis) |
| |
| u8 | USBDeviceGetHubPortNumber (TUSBDevice *pThis) |
| |
| struct TUSBEndpoint * | USBDeviceGetEndpoint0 (TUSBDevice *pThis) |
| |
| struct TDWHCIDevice * | USBDeviceGetHost (TUSBDevice *pThis) |
| |
| const TUSBDeviceDescriptor * | USBDeviceGetDeviceDescriptor (TUSBDevice *pThis) |
| |
| const TUSBConfigurationDescriptor * | USBDeviceGetConfigurationDescriptor (TUSBDevice *pThis) |
| |
| const TUSBDescriptor * | USBDeviceGetDescriptor (TUSBDevice *pThis, u8 ucType) |
| |
| void | USBDeviceConfigurationError (TUSBDevice *pThis, const char *pSource) |
| |
| void | _store_stack_param (uint8_t *buffer) |
| |
| void | USBDeviceLogWrite (TUSBDevice *pThis, unsigned Severity, const char *pMessage,...) |
| |