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
+4-4
Original file line number
Diff line number
Diff line change
@@ -28,7 +28,7 @@ This class is specific to the Portenta H7 board.
28
28
|[`numberOfDeepSleepLocks`](#class_low_power_portenta_h7_1a9d2730d86abf42782261b0f03778c3bb)| Check how many Deep Sleep locks are held at the moment. |
29
29
|[`prepareOptionBytes`](#class_low_power_portenta_h7_1abdc0ce13b68d3a2188702690997af2ae)| Prepare the option bytes for entry into Standby Mode. |
30
30
|[`standbyM4`](#class_low_power_portenta_h7_1a9e07fd4f7895a7753e7e28f99aca1ace)| Make the M4 core enter Standby Mode. |
31
-
|[`standbyM7`](#class_low_power_portenta_h7_1a1eb5cec6e9604a48074f1c10ef5e7fb0)| Make the M7 core enter Standby Mode. |
31
+
|[`standbyM7`](#class_low_power_portenta_h7_1aa9c1cb86c832c35f6653a3d6c9f0d32f)| Make the M7 core enter Standby Mode. |
32
32
|[`timeSinceBoot`](#class_low_power_portenta_h7_1a4758c25574b6d099545ac8d55eff6f68)| Time since the board was booted. It reports the time since the last wake-up reset (after being in Standby Mode) or power-on depending on what happened last. |
33
33
|[`timeSpentIdle`](#class_low_power_portenta_h7_1ad42fdfa6885d8e0fdca5aa012fdb4c60)| Time spent in idle. |
34
34
|[`timeSpentInSleep`](#class_low_power_portenta_h7_1a994eb6fcc0382515a82b81fa37ca9f3c)| Time spent in Sleep Mode. |
@@ -130,18 +130,18 @@ Make the M4 core enter Standby Mode.
LowPowerReturnCode standbyM7(const T standbyType, const Args... args) const
137
137
```
138
138
139
139
Make the M7 core enter Standby Mode.
140
140
141
141
#### Parameters
142
142
* `standbyType` One or a combination of [LowPowerStandbyType::untilPinActivity](#class_low_power_standby_type_1a4c5b50ac615cf60ff88dd3b9bb145fa9) and [LowPowerStandbyType::untilTimeElapsed](#class_low_power_standby_type_1aa4882e571c0e9444c5978c8520e8e90e). The combination is done with the | operator.
143
143
144
-
* `args` The delay before waking up again
144
+
* `args` An optional delay before waking up again, if [LowPowerStandbyType::untilTimeElapsed](#class_low_power_standby_type_1aa4882e571c0e9444c5978c8520e8e90e) is used.
0 commit comments