Changes

217 bytes added ,  17:25, 13 March 2021
no edit summary
Line 771: Line 771:     
= PmModuleId =
 
= PmModuleId =
 +
This is "nn::psc::PmModuleId".
 +
 
{| class="wikitable" border="1"
 
{| class="wikitable" border="1"
 
|-
 
|-
 
! Name || Module
 
! Name || Module
 
|-
 
|-
| 0x00 ||
+
| 0x00 || Reserved0
 
|-
 
|-
| 0x01 ||
+
| 0x01 || Reserved1
 
|-
 
|-
| 0x02 ||
+
| 0x02 || Reserved2
 
|-
 
|-
| 0x03 ||
+
| 0x03 || [[Sockets_services|Socket]]
 
|-
 
|-
 
| 0x04 || [[USB_services|Usb]]
 
| 0x04 || [[USB_services|Usb]]
Line 819: Line 821:  
| 0x15 || [[Nvnflinger_services|Display]]
 
| 0x15 || [[Nvnflinger_services|Display]]
 
|-
 
|-
| 0x16 ||
+
| 0x16 || [[Display_services|Multimedia]]
 
|-
 
|-
 
| 0x17 ||
 
| 0x17 ||
Line 827: Line 829:  
| 0x19 || [[WLAN_services|WlanSockets]]
 
| 0x19 || [[WLAN_services|WlanSockets]]
 
|-
 
|-
| 0x1A ||
+
| 0x1A || [[WLAN_services|Wlan]]
 
|-
 
|-
 
| 0x1B || [[Filesystem_services|Fs]]
 
| 0x1B || [[Filesystem_services|Fs]]
Line 833: Line 835:  
| 0x1C || [[Audio_services|Audio]]
 
| 0x1C || [[Audio_services|Audio]]
 
|-
 
|-
| 0x1D ||
+
| 0x1D || [[TMA_services|Tma]]
 
|-
 
|-
 
| 0x1E || [[TMA_services|TmaHostIo]]
 
| 0x1E || [[TMA_services|TmaHostIo]]
Line 902: Line 904:  
|-
 
|-
 
| 0x65 || [[NV_services|Nvservices]]
 
| 0x65 || [[NV_services|Nvservices]]
 +
|-
 +
| 0x69 || [[NV_services|NvDbgSvc]]
 
|-
 
|-
 
| 0x7F || [[Applet_Manager_services|Spsm]]
 
| 0x7F || [[Applet_Manager_services|Spsm]]
 
|}
 
|}
   −
= Power Management States =
+
= PmState =
 +
This is "nn::psc::PmState".
 +
 
 
{| class="wikitable" border="1"
 
{| class="wikitable" border="1"
 
|-
 
|-
! State || Name || Description
+
! Value || Name || Description
 
|-
 
|-
| Awake || 0 || Everything is awake.
+
| 0 || Awake || Everything is awake.
 
|-
 
|-
| ReadyAwaken || 1 || Preparing to transition to awake.
+
| 1 || ReadyAwaken || Preparing to transition to awake.
 
|-
 
|-
| ReadySleep || 2 || Preparing to transition to sleep.
+
| 2 || ReadySleep || Preparing to transition to sleep.
 
|-
 
|-
| ReadySleepCritical || 3 || Critical services are ready to sleep.
+
| 3 || ReadySleepCritical || Critical services are ready to sleep.
 
|-
 
|-
| ReadyAwakenCritical || 4 || Critical services are ready to wake up.
+
| 4 || ReadyAwakenCritical || Critical services are ready to wake up.
 
|-
 
|-
| ReadyShutdown || 5 || Preparing to transition to shutdown.
+
| 5 || ReadyShutdown || Preparing to transition to shutdown.
 
|}
 
|}
    
[[Category:Services]]
 
[[Category:Services]]