Nut/OS  4.10.3
API Reference
reset.h File Reference

System reset function. More...

#include <compiler.h>
Include dependency graph for reset.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Defines

#define NUT_RSTTYP_UNKNOWN   0
#define NUT_RSTTYP_POWERUP   1
#define NUT_RSTTYP_WATCHDOG   2
#define NUT_RSTTYP_EXTERNAL   3
#define NUT_RSTTYP_SOFTWARE   4
#define NUT_RSTTYP_BROWNOUT   5

Functions

void NutReset (void)
 System reset.
int NutResetCause (void)
 Retrieve the cause of the last system reset.

Detailed Description

System reset function.

 * $Id: reset.h 3450 2011-05-31 19:40:25Z mifi $
 * 

Definition in file reset.h.