Searched refs:panic_info_t (Results 1 – 15 of 15) sorted by relevance
/hal_espressif-3.4.0/tools/test_apps/system/memprot/main/esp32s2/ |
D | test_panic.c | 18 extern void esp_panic_handler(panic_info_t *info); 21 void __real_esp_panic_handler(panic_info_t *info); 34 void __wrap_esp_panic_handler(panic_info_t *info) in __wrap_esp_panic_handler()
|
/hal_espressif-3.4.0/tools/test_apps/system/memprot/main/esp32c3/ |
D | test_panic.c | 20 extern void esp_panic_handler(panic_info_t *info); 23 void __real_esp_panic_handler(panic_info_t *info); 38 void __wrap_esp_panic_handler(panic_info_t *info) in __wrap_esp_panic_handler()
|
/hal_espressif-3.4.0/components/esp_system/include/esp_private/ |
D | panic_internal.h | 61 } panic_info_t; typedef 81 void panic_arch_fill_info(void *frame, panic_info_t *info); 83 void panic_soc_fill_info(void *frame, panic_info_t *info);
|
/hal_espressif-3.4.0/components/esp_system/port/ |
D | panic_handler.c | 48 extern void esp_panic_handler(panic_info_t *); 104 static void frame_to_panic_info(void *frame, panic_info_t *info, bool pseudo_excause) 124 panic_info_t info = { 0 };
|
/hal_espressif-3.4.0/components/espcoredump/include/ |
D | esp_core_dump.h | 87 void esp_core_dump_to_flash(panic_info_t *info); 97 void esp_core_dump_to_uart(panic_info_t *info);
|
/hal_espressif-3.4.0/components/esp_system/port/arch/riscv/ |
D | panic_arch.c | 250 void panic_soc_fill_info(void *f, panic_info_t *info) in panic_soc_fill_info() 306 void panic_arch_fill_info(void *frame, panic_info_t *info) in panic_arch_fill_info()
|
/hal_espressif-3.4.0/components/espcoredump/include_core_dump/ |
D | esp_core_dump_port.h | 54 void esp_core_dump_port_init(panic_info_t *info);
|
D | esp_core_dump_types.h | 182 void esp_core_dump_write(panic_info_t *info, core_dump_write_config_t *write_cfg);
|
/hal_espressif-3.4.0/components/esp_system/port/arch/xtensa/ |
D | panic_arch.c | 364 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-3.4.0/components/espcoredump/src/ |
D | core_dump_uart.c | 133 void esp_core_dump_to_uart(panic_info_t *info) in esp_core_dump_to_uart()
|
D | core_dump_common.c | 146 inline void esp_core_dump_write(panic_info_t *info, core_dump_write_config_t *write_cfg) in esp_core_dump_write()
|
D | core_dump_flash.c | 312 void esp_core_dump_to_flash(panic_info_t *info) in esp_core_dump_to_flash()
|
/hal_espressif-3.4.0/components/esp_system/ |
D | panic.c | 217 void esp_panic_handler(panic_info_t *info) in esp_panic_handler()
|
/hal_espressif-3.4.0/components/espcoredump/src/port/riscv/ |
D | core_dump_port.c | 167 inline void esp_core_dump_port_init(panic_info_t *info) in esp_core_dump_port_init()
|
/hal_espressif-3.4.0/components/espcoredump/src/port/xtensa/ |
D | core_dump_port.c | 250 inline void esp_core_dump_port_init(panic_info_t *info) in esp_core_dump_port_init()
|