From 02aa05525c921b227f1c3ab7a8b26f49ad08b782 Mon Sep 17 00:00:00 2001 From: Sergi Granell Date: Mon, 10 Apr 2017 11:50:30 +0200 Subject: 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 --- nids/360/SceLowio.yml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'nids/360/SceLowio.yml') 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 -- cgit v1.2.3