mirror of
https://github.com/0xFEEDC0DE64/arduino-esp32.git
synced 2025-07-28 01:37:15 +02:00
IDF release/v4.0 08219f3cf
This commit is contained in:
11
tools/sdk/include/xtensa/esp_private/panic_reason.h
Normal file
11
tools/sdk/include/xtensa/esp_private/panic_reason.h
Normal file
@ -0,0 +1,11 @@
|
||||
#pragma once
|
||||
|
||||
#define PANIC_RSN_NONE 0
|
||||
#define PANIC_RSN_DEBUGEXCEPTION 1
|
||||
#define PANIC_RSN_DOUBLEEXCEPTION 2
|
||||
#define PANIC_RSN_KERNELEXCEPTION 3
|
||||
#define PANIC_RSN_COPROCEXCEPTION 4
|
||||
#define PANIC_RSN_INTWDT_CPU0 5
|
||||
#define PANIC_RSN_INTWDT_CPU1 6
|
||||
#define PANIC_RSN_CACHEERR 7
|
||||
#define PANIC_RSN_MAX 7
|
Reference in New Issue
Block a user