We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d68a802 commit b54222aCopy full SHA for b54222a
hal/watchdog_api.h
@@ -47,7 +47,9 @@
47
* already initialized the hardware watchdog timer.
48
* * Maximum supported timeout is `UINT32_MAX` milliseconds; minimum timeout
49
* is 1 millisecond.
50
- * * The watchdog should trigger at or after the timeout value.
+ * * The uncalibrated watchdog should trigger at or after the timeout value
51
+ * multiplied by the frequency accuracy ratio of its oscillator (typical_frequency / max_frequency).
52
+ * * The calibrated watchdog should trigger at or after the timeout value.
53
* * The watchdog should trigger before twice the timeout value.
54
*
55
* # Undefined behavior
0 commit comments