Home
last modified time | relevance | path

Searched refs:PANIC_EXCEPTION_FAULT (Results 1 – 4 of 4) sorted by relevance

/hal_espressif-3.4.0/components/esp_system/include/esp_private/
Dpanic_internal.h48 PANIC_EXCEPTION_FAULT, // catch-all for all types of faults enumerator
/hal_espressif-3.4.0/components/esp_system/port/
Dpanic_handler.c107 info->exception = PANIC_EXCEPTION_FAULT;
/hal_espressif-3.4.0/components/esp_system/
Dpanic.c370 case PANIC_EXCEPTION_FAULT: in esp_panic_handler()
/hal_espressif-3.4.0/components/esp_system/port/arch/riscv/
Dpanic_arch.c310 info->exception = PANIC_EXCEPTION_FAULT; in panic_arch_fill_info()