ESP-IDF
g_panic_abort
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (3/5)...
Files
loading (4/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
g_panic_abort
g_panic_abort variable
Syntax
Show:
Summary
Declaration
Definition
from
panic_internal.h:21
extern
bool
g_panic_abort
;
Implemented in
panic.c:77
Examples
References
from
examples
Code
Location
Referrer
bool
g_panic_abort
=
false
;
panic.c:77
extern
bool
g_panic_abort
;
panic_internal.h:21
extern
bool
g_panic_abort
;
task_wdt.c:51
if
(
g_panic_abort
)
{
panic.c:248
esp_panic_handler()
}
else
if
(
g_panic_abort
)
{
panic.c:304
esp_panic_handler()
g_panic_abort
=
false
;
panic.c:353
esp_panic_handler()
g_panic_abort
=
true
;
panic.c:453
panic_abort()
if
(
!
g_panic_abort
)
{
panic_handler.c:72
print_state_for_core()
g_panic_abort
=
true
;
task_wdt.c:379
task_wdt_timeout_abort()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
g_panic_abort
is written by 3 functions and is read by 2 functions:
esp_panic_handler()
panic_abort()
task_wdt_timeout_abort()
All items filtered out
g_panic_abort
esp_panic_handler()
print_state_for_core()
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out