See reset_cause_quickstart.
|
typedef uint8_t | reset_cause_t |
| Chip-specific reset cause type capable of holding all chip reset causes. More...
|
|
#define CHIP_RESET_CAUSE_BOD_CPU (1<<BORF) |
brown-out detected reset cause, same as for CPU
#define CHIP_RESET_CAUSE_EXTRST (1<<EXTRF) |
#define CHIP_RESET_CAUSE_JTAG (1<<JTRF) |
Software reset reset cause
#define CHIP_RESET_CAUSE_POR (1<<PORF) |
Power-on-reset reset cause
#define CHIP_RESET_CAUSE_WDT (1<<WDRF) |
Watchdog timeout reset cause
Chip-specific reset cause type capable of holding all chip reset causes.
Typically reflects the size of the reset cause register.