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 4470 2012-08-20 14:06:43Z haraldkipp $ *