vitasdk
Documentation of the vitasdk
|
Go to the source code of this file.
Data Structures | |
struct | SceUdcdDeviceState |
Functions | |
VITASDK_BUILD_ASSERT_EQ (0x18, SceUdcdDeviceState) | |
int | sceUdcdGetDeviceState (SceUdcdDeviceState *state) |
Get device state. More... | |
int | sceUdcdGetDeviceInfo (SceUdcdDeviceInfo *devInfo) |
Get device information. More... | |
int | sceUdcdGetDrvState (const char *driverName) |
Get state of a specific USB driver. More... | |
int | sceUdcdRegisterCallback (SceUID cbid, int state) |
Register callback. More... | |
int | sceUdcdUnregisterCallback (SceUID cbid) |
Unregister callback. More... | |
int | sceUdcdWaitState (SceUdcdWaitParam *waitParam, unsigned int timeout) |
Wait for state. More... | |