Skip to content

Commit b54222a

Browse files
committed
Change assumptions of watchdog_api.
1 parent d68a802 commit b54222a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

hal/watchdog_api.h

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,9 @@
4747
* already initialized the hardware watchdog timer.
4848
* * Maximum supported timeout is `UINT32_MAX` milliseconds; minimum timeout
4949
* is 1 millisecond.
50-
* * The watchdog should trigger at or after the timeout value.
50+
* * 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.
5153
* * The watchdog should trigger before twice the timeout value.
5254
*
5355
* # Undefined behavior

0 commit comments

Comments
 (0)