Home
last modified time | relevance | path

Searched refs:PANIC_INFO_DUMP (Results 1 – 2 of 2) sorted by relevance

/hal_espressif-3.4.0/components/esp_system/
Dpanic.c268 PANIC_INFO_DUMP(info, details); in esp_panic_handler()
308 PANIC_INFO_DUMP(info, state); in esp_panic_handler()
/hal_espressif-3.4.0/components/esp_system/include/esp_private/
Dpanic_internal.h63 #define PANIC_INFO_DUMP(info, dump_fn) {if ((info)->dump_fn) (*(info)->dump_fn)((info->frame))… macro