![]() |
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. | |
| int | sceUdcdGetDeviceInfo (SceUdcdDeviceInfo *devInfo) |
| Get device information. | |
| int | sceUdcdGetDrvState (const char *driverName) |
| Get state of a specific USB driver. | |
| int | sceUdcdRegisterCallback (SceUID cbid, int state) |
| Register callback. | |
| int | sceUdcdUnregisterCallback (SceUID cbid) |
| Unregister callback. | |
| int | sceUdcdWaitState (SceUdcdWaitParam *waitParam, unsigned int timeout) |
| Wait for state. | |