wdt.h File Reference
Watchdog module, supplies a simple API to manage wdt on supported target. More...
#include "cfg/cfg_wdt.h"#include <cfg/compiler.h>Go to the source code of this file.
Functions | |
| void | wdt_reset (void) |
| Reset the watchdog timer. | |
| void | wdt_start (uint32_t timeout) |
| Start the watchdog timer that fire at the select timeout. | |
Detailed Description
Watchdog module, supplies a simple API to manage wdt on supported target.
Definition in file wdt.h.
