System reset function. More...
#include <compiler.h>
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. |
System reset function.
* $Id: reset.h 3450 2011-05-31 19:40:25Z mifi $ *
Definition in file reset.h.