Changes

12 bytes added ,  18:13, 30 January 2021
better names
Line 509: Line 509:  
| 4 || [[#ClearRtcResetDetected_2|ClearRtcResetDetected]]
 
| 4 || [[#ClearRtcResetDetected_2|ClearRtcResetDetected]]
 
|-
 
|-
| 10 || [10.0.0+] [[#StartRtcAlarm|StartRtcAlarm]]
+
| 10 || [10.0.0+] [[#EnableRtcAlarm|EnableRtcAlarm]]
 
|-
 
|-
| 11 || [10.0.0+] [[#StopRtcAlarm|StopRtcAlarm]]
+
| 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).
   −
== StartRtcAlarm ==
+
== 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.
   −
== StopRtcAlarm ==
+
== DisableRtcAlarm ==
 
Unofficial name.
 
Unofficial name.