ESP-IDF
esp_core_dump_restore_sp()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
esp_core_dump_restore_sp()
esp_core_dump_restore_sp() function
Restore the stack pointer that was returned when calling `esp_core_dump_replace_sp()` function.
Syntax
Show:
Summary
Declaration
from
esp_core_dump_port_impl.h:71
FORCE_INLINE_ATTR
void
esp_core_dump_restore_sp
(
core_dump_stack_context_t
*
old_ctx
)
;
Arguments
Argument
old_ctx
Related Functions
Found 1 other functions taking a
core_dump_stack_context_t
argument:
Function
Description
esp_core_dump_replace_sp()
Set the stack pointer to the address passed as a parameter.
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