You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/api.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -32,7 +32,7 @@ This class is specific to the Portenta H7 board.
32
32
|[`resetPreviousMode`](#class_low_power_portenta_h7_1a6f09b3ffe26355372f287ab90a451cc2)| Reset the flags behind the modeWas...() functions. |
33
33
|[`standbyM4`](#class_low_power_portenta_h7_1a9e07fd4f7895a7753e7e28f99aca1ace)| Make the M4 core enter Standby Mode. |
34
34
|[`standbyM7`](#class_low_power_portenta_h7_1a1eb5cec6e9604a48074f1c10ef5e7fb0)| Make the M7 core enter Standby Mode. |
35
-
|[`timeSinceBoot`](#class_low_power_portenta_h7_1a4758c25574b6d099545ac8d55eff6f68)| Time since the board was booted. |
35
+
|[`timeSinceBoot`](#class_low_power_portenta_h7_1a4758c25574b6d099545ac8d55eff6f68)| Time since the board was booted. It reports the time since the last wake-up reset (after standby) or power-on depending on what happened last. |
36
36
|[`timeSpentIdle`](#class_low_power_portenta_h7_1ad42fdfa6885d8e0fdca5aa012fdb4c60)| Time spent in idle. |
37
37
|[`timeSpentInSleep`](#class_low_power_portenta_h7_1a994eb6fcc0382515a82b81fa37ca9f3c)| Time spent in Sleep Mode. |
38
38
|[`timeSpentInDeepSleep`](#class_low_power_portenta_h7_1a146eb61800a74360687fd34b456c0b44)| Time spent in Deep Sleep Mode. |
@@ -190,7 +190,7 @@ A constant from the LowPowerReturnCode enum.
190
190
uint64_t timeSinceBoot() const
191
191
```
192
192
193
-
Time since the board was booted.
193
+
Time since the board was booted. It reports the time since the last wake-up reset (after standby) or power-on depending on what happened last.
0 commit comments