Changes

360 bytes added ,  18:17, 23 January 2021
no edit summary
Line 509: Line 509:  
| 4 || [[#ClearRtcResetDetected_2|ClearRtcResetDetected]]
 
| 4 || [[#ClearRtcResetDetected_2|ClearRtcResetDetected]]
 
|-
 
|-
| 10 || [10.0.0+]
+
| 10 || [10.0.0+] StartRtcAlarm
 
|-
 
|-
| 11 || [10.0.0+]  
+
| 11 || [10.0.0+] StopRtcAlarm
 
|}
 
|}
   Line 528: Line 528:  
== ClearRtcResetDetected ==
 
== ClearRtcResetDetected ==
 
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).
 +
 +
== StartRtcAlarm ==
 +
Unofficial name.
 +
 +
Takes an input [[#Module|DeviceCode]], an input u32 '''RtcAlarmId''' (0 = RtcAlarm1, 1 = RtcAlarm2) and an u64 '''RtcAlarmTime'''. No output.
 +
 +
== StopRtcAlarm ==
 +
Unofficial name.
 +
 +
Takes an input [[#Module|DeviceCode]] and an input u32 '''RtcAlarmId''' (0 = RtcAlarm1, 1 = RtcAlarm2). No output.
    
= time:u, time:a, time:s =
 
= time:u, time:a, time:s =