ESP-IDF
panic_soc_check_pseudo_cause()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
panic_soc_check_pseudo_cause()
panic_soc_check_pseudo_cause() function
This function will be called before the SoC-level panic is handled, allowing us to check and override the exception cause for certain pseudo-causes that do not have their own trigger
Syntax
Show:
Summary
Declaration
Definition
from
panic_internal.h:77
bool
panic_soc_check_pseudo_cause
(
void
*
f
,
panic_info_t
*
info
)
;
Implemented in
panic_arch.c:399
Arguments
Argument
f
info
Examples
References
from
examples
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
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