ESP-IDF
esp_cpu_get_sp()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (4/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
esp_cpu_get_sp()
esp_cpu_get_sp() function
Read the current stack pointer address
Syntax
Show:
Summary
Declaration
from
esp_cpu.h:138
FORCE_INLINE_ATTR
void
*
esp_cpu_get_sp
(
void
)
;
Return value
Stack pointer address
Examples
References
from
examples
Code
Location
Referrer
FORCE_INLINE_ATTR
void
*
esp_cpu_get_sp
(
void
)
esp_cpu.h:138
const
void
*
sp
=
(
const
void
*
)
esp_cpu_get_sp
(
)
;
cache_utils.c:83
esp_task_stack_is_sane_cache_disabled()
Call Tree
from
examples
esp_cpu_get_sp()
is called by 1 function and calls 1 function:
esp_task_stack_is_sane_cache_disabled()
All items filtered out
esp_cpu_get_sp()
xt_utils_get_sp()
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