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.
- Version:
- Id
- wdt.h 2576 2009-04-20 11:03:51Z batt
Definition in file wdt.h.
Function Documentation
| void wdt_start | ( | uint32_t | timeout | ) | [inline] |
