diff options
author | Sergi Granell | 2017-04-10 11:50:30 +0200 |
---|---|---|
committer | Sunguk Lee | 2017-04-10 18:50:30 +0900 |
commit | 02aa05525c921b227f1c3ab7a8b26f49ad08b782 (patch) | |
tree | 1f013fce875c3af2ee7bc9939903cb7ec8314a75 /nids/360/SceLowio.yml | |
parent | Revert "Update ctrl.h (#155)" (diff) | |
download | vds-libraries-02aa05525c921b227f1c3ab7a8b26f49ad08b782.tar.gz |
Add GPIO header and more NIDs (#158)
* Add GPIO header and more NIDs
* Add ksceSysconCtrlLED NID
* Add ksceKernelCpuSuspendIntr and ksceKernelCpuResumeIntr NIDs
* Add GPIO to the docs
Diffstat (limited to 'nids/360/SceLowio.yml')
-rw-r--r-- | nids/360/SceLowio.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/nids/360/SceLowio.yml b/nids/360/SceLowio.yml index f72b70b..27e4321 100644 --- a/nids/360/SceLowio.yml +++ b/nids/360/SceLowio.yml @@ -6,7 +6,11 @@ modules: nid: 0xF0EF5743 functions: sceGpioAcquireIntr: 0x35AAD77A + sceGpioGetIntrMode: 0xE97A3B31 + sceGpioGetPortMode: 0xC4CB78E2 sceGpioPortClear: 0xF6310435 + sceGpioPortRead: 0x129DF5AC + sceGpioPortReset: 0xA1B5A462 sceGpioPortSet: 0xD454A584 sceGpioQueryIntr: 0x010DC295 sceGpioSetIntrMode: 0xBBEA1DDC |