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. |
* $Id: reset.h 2560 2009-03-18 04:00:06Z thiagocorrea $ *
Definition in file reset.h.