esp_core_dump_get_task_regs_dump() is only used within ESP-IDF.
 
Symbols
loading...
Files
loading...
SummarySyntaxArgumentsRelatedReferences

Return value

Size, in bytes, of the returned registers duump.

Notes

In practice, this function is used to fill the ELF file with the PR_STATUS sections for all the existing tasks. This structure contains the CPU registers value when the exception occured.

References

from examples