BeRTOS
Functions
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.

Author:
Bernie Innocenti <bernie@codewiz.org>

Definition in file wdt.h.


Function Documentation

void wdt_start ( uint32_t  timeout) [inline]

Start the watchdog timer that fire at the select timeout.

Parameters:
timeoutthis value is target dependant. See the target documentation for more details.

Definition at line 93 of file wdt.h.