Functions | |
void | Avr32Reset (void) |
System reset. | |
int | Avr32ResetCause (void) |
void Avr32Reset | ( | void | ) |
System reset.
References NutWatchDogStart().
Referenced by NutReset().
int Avr32ResetCause | ( | void | ) |
References NUT_RSTTYP_BROWNOUT, NUT_RSTTYP_EXTERNAL, NUT_RSTTYP_POWERUP, NUT_RSTTYP_UNKNOWN, NUT_RSTTYP_WATCHDOG, and rc.
Referenced by NutResetCause().