ESP-IDF
esp_core_dump_check_stack()
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_check_stack()
esp_core_dump_check_stack() function
Check the stack defined by address given.
Syntax
Show:
Summary
Declaration
from
esp_core_dump_port.h:77
bool
esp_core_dump_check_stack
(
core_dump_task_header_t
*
task
)
;
Arguments
Argument
Description
task
Task to check the stack of.
Return value
true is the stack is sane, false else.
Related Functions
Found 4 other functions taking a
_core_dump_task_header_t
argument:
Function
Description
esp_core_dump_get_stack()
Get the stack of a task.
esp_core_dump_check_task()
Check the task passed as a parameter.
esp_core_dump_get_task_regs_dump()
Get a dump of the task's registers.
esp_core_dump_get_task_snapshot()
Get a task snapshot from a given handle.
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