Change assumptions of watchdog_api.

pull/11203/head
int_szyk 2019-09-26 13:52:16 +02:00
parent d68a802f07
commit b54222adf1
1 changed files with 3 additions and 1 deletions

View File

@ -47,7 +47,9 @@
* already initialized the hardware watchdog timer.
* * Maximum supported timeout is `UINT32_MAX` milliseconds; minimum timeout
* is 1 millisecond.
* * The watchdog should trigger at or after the timeout value.
* * The uncalibrated watchdog should trigger at or after the timeout value
* multiplied by the frequency accuracy ratio of its oscillator (typical_frequency / max_frequency).
* * The calibrated watchdog should trigger at or after the timeout value.
* * The watchdog should trigger before twice the timeout value.
*
* # Undefined behavior