Go to the source code of this file.
|
| | VITASDK_BUILD_ASSERT_EQ (0x1C, SceI2cDebugHandlers) |
| |
| int | ksceI2cInit (int bus) |
| |
| int | ksceI2cReset (int bus) |
| |
| int | ksceI2cTransferRead (int bus, unsigned int addr, unsigned char *buffer, int size) |
| |
| int | ksceI2cTransferWrite (int bus, unsigned int addr, const unsigned char *buffer, int size) |
| |
| int | ksceI2cTransferWriteRead (int bus, unsigned int write_addr, unsigned char *write_buffer, int write_size, unsigned int read_addr, unsigned char *read_buffer, int read_size) |
| |
| int | ksceI2cSetDebugHandlers (int bus, SceI2cDebugHandlers *debug_handlers) |
| |