diff options
author | Sergi Granell | 2017-08-06 23:17:20 +0200 |
---|---|---|
committer | Sergi Granell | 2017-08-06 23:17:20 +0200 |
commit | 16409ac6d6641dfd7e322b3ab4490ff98db3ecfe (patch) | |
tree | 77c87ea26b48853cd38fbd4f5aef52b8acd05272 /nids/360/SceLowio.yml | |
parent | Add more display and I2C NIDs (diff) | |
download | vds-libraries-16409ac6d6641dfd7e322b3ab4490ff98db3ecfe.tar.gz |
Add some ScePervasiveForDriver NIDs
Diffstat (limited to 'nids/360/SceLowio.yml')
-rw-r--r-- | nids/360/SceLowio.yml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/nids/360/SceLowio.yml b/nids/360/SceLowio.yml index eb52ea2..7f39b05 100644 --- a/nids/360/SceLowio.yml +++ b/nids/360/SceLowio.yml @@ -24,3 +24,18 @@ modules: sceI2cTransferRead: 0xD1D0A9A4 sceI2cTransferWrite: 0xCA94A759 sceI2cTransferWriteRead: 0x0A40B7BF + ScePervasiveForDriver: + nid: 0xE692C727 + functions: + scePervasiveGpioClockDisable: 0xEB176898 + scePervasiveGpioClockEnable: 0x2F195C97 + scePervasiveGpioResetDisable: 0x78C34032 + scePervasiveGpioResetEnable: 0x731A097D + scePervasiveSpiClockDisable: 0xA85BF98A + scePervasiveSpiClockEnable: 0xDFD96BFC + scePervasiveSpiResetDisable: 0xE4B145AE + scePervasiveSpiResetEnable: 0x7B16F900 + scePervasiveUartClockDisable: 0x18DD8043 + scePervasiveUartClockEnable: 0xEFD084D8 + scePervasiveUartResetDisable: 0xA7CE7DCC + scePervasiveUartResetEnable: 0x788B6C61 |