diff options
author | Sergi Granell | 2017-06-15 13:39:18 +0200 |
---|---|---|
committer | Sergi Granell | 2017-06-15 13:39:18 +0200 |
commit | 26201ea1c3a9b69828b1743c9d968079172b4a8e (patch) | |
tree | 1d3d957a882921960a4d3eee0dcb335ca9001d25 /nids/360/SceLowio.yml | |
parent | Named anonymous enums in psp2. (#179) (diff) | |
download | vds-libraries-26201ea1c3a9b69828b1743c9d968079172b4a8e.tar.gz |
Add UART, syscon, I2C nids. Add I2C header.
Diffstat (limited to 'nids/360/SceLowio.yml')
-rw-r--r-- | nids/360/SceLowio.yml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/nids/360/SceLowio.yml b/nids/360/SceLowio.yml index 27e4321..9c37613 100644 --- a/nids/360/SceLowio.yml +++ b/nids/360/SceLowio.yml @@ -15,3 +15,10 @@ modules: sceGpioQueryIntr: 0x010DC295 sceGpioSetIntrMode: 0xBBEA1DDC sceGpioSetPortMode: 0x372022A4 + SceI2cForDriver: + nid: 0xE14BEF6E + functions: + sceI2cSetDebugHandlers: 0xA2C7CE62 + sceI2cTransferRead: 0xD1D0A9A4 + sceI2cTransferWrite: 0xCA94A759 + sceI2cTransferWriteRead: 0x0A40B7BF |