Searched refs:panic_get_cause (Results 1 – 4 of 4) sorted by relevance
138 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_CPU0177 || panic_get_cause(frame) == PANIC_RSN_INTWDT_CPU1
86 uint32_t panic_get_cause(const void* frame);
387 uint32_t panic_get_cause(const void *f) in panic_get_cause() function
456 uint32_t panic_get_cause(const void *f) in panic_get_cause() function