Home
last modified time | relevance | path

Searched defs:pseudo_excause (Results 1 – 2 of 2) sorted by relevance

/hal_espressif-latest/components/esp_system/port/
Dpanic_handler.c101 static void frame_to_panic_info(void *frame, panic_info_t *info, bool pseudo_excause)
119 static void panic_handler(void *frame, bool pseudo_excause)
/hal_espressif-latest/components/esp_system/include/esp_private/
Dpanic_internal.h53 …bool pseudo_excause; // flag indicating that exception cause has special meaning member