Home
last modified time | relevance | path

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

/hal_espressif-latest/components/esp_system/port/include/port/
Dpanic_funcs.h13 void __attribute__((__noreturn__)) panic_restart(void);
/hal_espressif-latest/components/esp_system/port/
Dpanic_handler.c228 void __attribute__((noreturn)) panic_restart(void) function
/hal_espressif-latest/components/esp_system/
Dpanic.c441 panic_restart(); in esp_panic_handler()