Nut/OS  4.10.3
API Reference
watchdog.h File Reference
#include <sys/types.h>
#include <stdint.h>
Include dependency graph for watchdog.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

uint32_t NutWatchDogStart (uint32_t ms, uint32_t xmode)
 Start the watch dog timer.
void NutWatchDogRestart (void)
 Restart the watch dog timer.
void NutWatchDogDisable (void)
 Disables the watch dog timer.
void NutWatchDogEnable (void)
 Enables the watch dog timer.