Home
last modified time | relevance | path

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

/hal_espressif-latest/components/esp_system/port/
Dpanic_handler.c138 BUSY_WAIT_IF_TRUE(panic_get_cause(frame) == PANIC_RSN_INTWDT_CPU0 && core_id == 1);
139 BUSY_WAIT_IF_TRUE(panic_get_cause(frame) == PANIC_RSN_INTWDT_CPU1 && core_id == 0);
142 if (panic_get_cause(frame) == PANIC_RSN_CACHEERR && core_id != esp_cache_err_get_cpuid()) {
175 if (panic_get_cause(frame) == PANIC_RSN_INTWDT_CPU0
177 || panic_get_cause(frame) == PANIC_RSN_INTWDT_CPU1
/hal_espressif-latest/components/esp_system/include/esp_private/
Dpanic_internal.h86 uint32_t panic_get_cause(const void* frame);
/hal_espressif-latest/components/esp_system/port/arch/riscv/
Dpanic_arch.c387 uint32_t panic_get_cause(const void *f) in panic_get_cause() function
/hal_espressif-latest/components/esp_system/port/arch/xtensa/
Dpanic_arch.c456 uint32_t panic_get_cause(const void *f) in panic_get_cause() function