rusEFI
The most advanced open source ECU
|
Hardware Independent Watchdog (IWDG) high-level API.
Definition in file mpu_watchdog.h.
Functions | |
void | startWatchdog (int timeoutMs=WATCHDOG_TIMEOUT_MS) |
void | setWatchdogResetPeriod (int resetMs) |
void | tryResetWatchdog () |
void setWatchdogResetPeriod | ( | int | resetMs | ) |
Definition at line 143 of file at32_common.cpp.
Referenced by initializeConsole(), and runRusEfi().
void startWatchdog | ( | int | timeoutMs = WATCHDOG_TIMEOUT_MS | ) |
Definition at line 137 of file at32_common.cpp.
Referenced by initializeConsole(), initStorage(), and runRusEfi().
void tryResetWatchdog | ( | ) |
Definition at line 140 of file at32_common.cpp.
Referenced by doPeriodicSlowCallback().