ESP-IDF
esp_cache_err_get_cpuid()
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_cache_err_get_cpuid()
esp_cache_err_get_cpuid() function
get the CPU which caused cache invalid access interrupt. Helper function in panic handling.
Syntax
Show:
Summary
Declaration
Definition
from
cache_err_int.h:34
int
esp_cache_err_get_cpuid
(
void
)
;
Implemented in
cache_err_int.c:70
Return value
- PRO_CPU_NUM, if PRO_CPU has caused cache IA interrupt - APP_CPU_NUM, if APP_CPU has caused cache IA interrupt - (-1) otherwise
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