PCV services: Difference between revisions
mNo edit summary |
|||
(7 intermediate revisions by 3 users not shown) | |||
Line 26: | Line 26: | ||
| 9 || [2.0.0+] CancelWakeupTimer | | 9 || [2.0.0+] CancelWakeupTimer | ||
|- | |- | ||
| 10 || [2.0.0+] EnableWakeupTimerOnDevice | | 10 || [2.0.0+] [[#EnableWakeupTimerOnDevice]] | ||
|- | |- | ||
| 11 || [3.0.0+] CreateWakeupTimerEx | | 11 || [3.0.0+] CreateWakeupTimerEx | ||
Line 37: | Line 37: | ||
|} | |} | ||
== EnableWakeupTimerOnDevice == | |||
No input, returns a total of 0x10-bytes of output. [3.0.0+] Now returns a total of 0xC-bytes of output. | |||
= bpc:r = | = bpc:r = | ||
This is "nn::bpc::IRtcManager". | This is "nn::bpc::IRtcManager". | ||
This service no longer exists in [9.0.0+]. | |||
{| class="wikitable" border="1" | {| class="wikitable" border="1" | ||
Line 46: | Line 49: | ||
! Cmd || Name | ! Cmd || Name | ||
|- | |- | ||
| 0 || | | 0 || GetRtcTime | ||
|- | |- | ||
| 1 || | | 1 || SetRtcTime | ||
|- | |- | ||
| 2 || | | 2 || GetRtcResetDetected | ||
|- | |- | ||
| 3 || [2.0.0+] | | 3 || [2.0.0+] ClearRtcResetDetected | ||
|- | |- | ||
| 4 || [3.0.0+] SetUpRtcResetOnShutdown | | 4 || [3.0.0+] SetUpRtcResetOnShutdown | ||
|} | |} | ||
GetRtcTime / SetRtcTime directly accesses the max77620_rtc0 device. | |||
= pcv = | = pcv = | ||
Line 122: | Line 125: | ||
| 27 || [5.0.0+] GetDramId | | 27 || [5.0.0+] GetDramId | ||
|- | |- | ||
| [6.0.0-7.0.1] 28 || | | [6.0.0-7.0.1] 28 || [[#IsPoweredOn]] | ||
|- | |- | ||
| [6.0.0-7.0.1] 29 || | | [6.0.0-7.0.1] 29 || [[#GetVoltage]] | ||
|} | |} | ||
[7.0.0+] The type-0xA output buffers were replaced with type-0x22 output buffers, for the following: GetDvfsTable, GetModuleStateTable, and GetPowerDomainStateTable. | [7.0.0+] The type-0xA output buffers were replaced with type-0x22 output buffers, for the following: GetDvfsTable, GetModuleStateTable, and GetPowerDomainStateTable. | ||
== IsPoweredOn == | |||
Takes an u32 '''PowerControlTarget''' and returns a bool indicating the status of the requested [[#Voltage|voltage block]]. | |||
== GetVoltage == | |||
Takes an u32 '''PowerControlTarget''' and returns an u32 voltage value for the requested [[#Voltage|voltage block]]. | |||
== Modules == | == Modules == | ||
Line 519: | Line 528: | ||
! Cmd || Name | ! Cmd || Name | ||
|- | |- | ||
| 0 || | | 0 || GetRtcTime | ||
|- | |- | ||
| 1 || | | 1 || SetRtcTime | ||
|- | |- | ||
| 2 || | | 2 || SetRtcClientUnknownBool | ||
|- | |- | ||
| 3 || | | 3 || GetRtcResetDetected | ||
|- | |- | ||
| 4 || | | 4 || ClearRtcResetDetected | ||
|} | |} | ||
Commands 0, 1, 3, 4 call the same internal functions as bpc:r, except they take an extra u32 [[Bus_services#Known_Devices_2|device code]], where bpc:r hardcodes 0x3B000001 (max77620_rtc0). | |||
Command 2 takes a u8 bool and a u32 device code; it opens an i2c session to the device code, and sets *(i2c_session_client_object + 0x38) = bool. | |||
= time:u, time:a, time:s = | = time:u, time:a, time:s = | ||
This is "nn::timesrv::detail::service::IStaticService". | This is "nn::timesrv::detail::service::IStaticService". | ||
[9.0.0+] These services were moved to [[Glue_services|Glue]] and [[PSC_services|PSC]]. | |||
{| class="wikitable" border="1" | {| class="wikitable" border="1" | ||
Line 630: | Line 645: | ||
| 2 || GetSystemClockContext || Returns an output [[#SystemClockContext]]. | | 2 || GetSystemClockContext || Returns an output [[#SystemClockContext]]. | ||
|- | |- | ||
| 3 || SetSystemClockContext | | 3 || SetSystemClockContext || Takes an input [[#SystemClockContext]]. | ||
|- | |||
| 4 || [9.0.0+] GetOperationEventReadableHandle || | |||
|} | |} | ||
=== PosixTime === | === PosixTime === | ||
This is an | This is an s64 for UTC POSIX time. | ||
=== SystemClockContext === | === SystemClockContext === |