Home
last modified time | relevance | path

Searched refs:g_exc_frames (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-latest/components/esp_system/port/
Dpanic_handler.c48 void *g_exc_frames[SOC_CPU_CORES_NUM] = {NULL}; variable
80 int err_core = f == g_exc_frames[0] ? 0 : 1;
93 if (err_core != i && g_exc_frames[i] != NULL) {
94 print_state_for_core(g_exc_frames[i], i);
130 g_exc_frames[core_id] = frame;
144 g_exc_frames[core_id] = NULL;
/hal_espressif-latest/components/esp_system/include/esp_private/
Dpanic_internal.h24 extern void *g_exc_frames[SOC_CPU_CORES_NUM];
/hal_espressif-latest/components/esp_system/port/arch/xtensa/
Dpanic_arch.c144 if (f == g_exc_frames[1]) { in print_debug_exception_details()