PCV services: Difference between revisions
better names |
|||
Line 509: | Line 509: | ||
| 4 || [[#ClearRtcResetDetected_2|ClearRtcResetDetected]] | | 4 || [[#ClearRtcResetDetected_2|ClearRtcResetDetected]] | ||
|- | |- | ||
| 10 || [10.0.0+] [[# | | 10 || [10.0.0+] [[#EnableRtcAlarm|EnableRtcAlarm]] | ||
|- | |- | ||
| 11 || [10.0.0+] [[# | | 11 || [10.0.0+] [[#DisableRtcAlarm|DisableRtcAlarm]] | ||
|} | |} | ||
Line 529: | Line 529: | ||
Same as [[#ClearRtcResetDetected|ClearRtcResetDetected]], but takes an input [[Bus_services#I2cDevice|DeviceCode]] ([[#bpc:r|bpc:r]] uses hardcoded value 0x3B000001). | Same as [[#ClearRtcResetDetected|ClearRtcResetDetected]], but takes an input [[Bus_services#I2cDevice|DeviceCode]] ([[#bpc:r|bpc:r]] uses hardcoded value 0x3B000001). | ||
== | == EnableRtcAlarm == | ||
Unofficial name. | Unofficial name. | ||
Takes an input [[#Module|DeviceCode]], an input u32 '''RtcAlarmId''' (0 = RtcAlarm1, 1 = RtcAlarm2) and an u64 '''RtcAlarmTime'''. No output. | Takes an input [[#Module|DeviceCode]], an input u32 '''RtcAlarmId''' (0 = RtcAlarm1, 1 = RtcAlarm2) and an u64 '''RtcAlarmTime'''. No output. | ||
== | == DisableRtcAlarm == | ||
Unofficial name. | Unofficial name. | ||