Home
last modified time | relevance | path

Searched refs:panic_info_t (Results 1 – 5 of 5) sorted by relevance

/hal_espressif-latest/components/esp_system/include/esp_private/
Dpanic_internal.h54 } panic_info_t; typedef
74 void panic_arch_fill_info(void *frame, panic_info_t *info);
76 void panic_soc_fill_info(void *frame, panic_info_t *info);
/hal_espressif-latest/components/esp_system/port/
Dpanic_handler.c44 extern void esp_panic_handler(panic_info_t *);
101 static void frame_to_panic_info(void *frame, panic_info_t *info, bool pseudo_excause)
121 panic_info_t info = { 0 };
/hal_espressif-latest/components/esp_system/port/arch/riscv/
Dpanic_arch.c256 void panic_soc_fill_info(void *f, panic_info_t *info) in panic_soc_fill_info()
312 void panic_arch_fill_info(void *frame, panic_info_t *info) in panic_arch_fill_info()
/hal_espressif-latest/components/esp_system/port/arch/xtensa/
Dpanic_arch.c364 void panic_arch_fill_info(void *f, panic_info_t *info) in panic_arch_fill_info()
395 void panic_soc_fill_info(void *f, panic_info_t *info) in panic_soc_fill_info()
/hal_espressif-latest/components/esp_system/
Dpanic.c239 void esp_panic_handler(panic_info_t *info) in esp_panic_handler()