ESP-IDF
esp_task_stack_is_sane_cache_disabled()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
esp_task_stack_is_sane_cache_disabled()
esp_task_stack_is_sane_cache_disabled() function
Syntax
Show:
Summary
Declaration
from
cache_utils.c:81
static
inline
bool
esp_task_stack_is_sane_cache_disabled
(
void
)
;
Examples
References
from
examples
Code
Location
Referrer
static
inline
bool
esp_task_stack_is_sane_cache_disabled
(
void
)
cache_utils.c:81
assert
(
esp_task_stack_is_sane_cache_disabled
(
)
)
;
cache_utils.c:152
spi_flash_disable_interrupts_caches_and_other_cpu()
Call Tree
from
examples
esp_task_stack_is_sane_cache_disabled()
is called by 1 function and calls 2 functions:
spi_flash_disable_interrupts_caches_and_other_cpu()
All items filtered out
esp_task_stack_is_sane_cache_disabled()
esp_cpu_get_sp()
esp_ptr_in_dram()
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