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. |
#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 |
void NutReset | ( | void | ) |
System reset.
Typically this function will not return. If it does, then the reset failed or the function is not supported.
Definition at line 53 of file reset.c.
References At91Reset(), and AvrWatchDogStart().
int NutResetCause | ( | void | ) |
Retrieve the cause of the last system reset.
Not implemented, always returns NUT_RSTTYP_UNKNOWN.
Definition at line 72 of file reset.c.
References At91ResetCause(), and NUT_RSTTYP_UNKNOWN.