ESP-IDF
panic_handler()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
panic_handler()
panic_handler() function
Syntax
Show:
Summary
Declaration
from
panic_handler.c:133
static
void
panic_handler
(
void
*
frame
,
bool
pseudo_excause
)
;
Arguments
Argument
frame
pseudo_excause
Examples
References
from
examples
Code
Location
Referrer
static
void
panic_handler
(
void
*
frame
,
bool
pseudo_excause
)
panic_handler.c:133
panic_handler
(
frame
,
true
)
;
panic_handler.c:247
panicHandler()
panic_handler
(
frame
,
false
)
;
panic_handler.c:255
xt_unhandled_exception()
Call Tree
from
examples
panic_handler()
is called by 2 functions and calls 18 functions:
panicHandler()
xt_unhandled_exception()
All items filtered out
panic_handler()
esp_cpu_get_core_id()
esp_cpu_pc_to_addr()
esp_cpu_dbgr_is_attached()
esp_ptr_executable()
esp_cpu_stall()
esp_rom_delay_us()
esp_ipc_isr_stall_abort()
wdt_hal_write_protect_disable()
wdt_hal_write_protect_enable()
wdt_hal_handle_intr()
esp_panic_handler_reconfigure_wdts()
esp_panic_handler()
panic_get_address()
panic_set_address()
panic_get_cause()
frame_to_panic_info()
busy_wait()
esp_cache_err_get_cpuid()
All items filtered out
Data Use
from
examples
panic_handler()
reads 1 variable:
g_exc_frames
All items filtered out
panic_handler()
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out