ESP-IDF
xt_utils_get_core_id()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (3/5)...
Files
loading (3/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
xt_utils_get_core_id()
xt_utils_get_core_id() function
Syntax
Show:
Summary
Declaration
from
xt_utils.h:28
FORCE_INLINE_ATTR
__attribute__
(
(
pure
)
)
uint32_t
xt_utils_get_core_id
(
void
)
;
Examples
References
from
examples
Code
Location
Referrer
FORCE_INLINE_ATTR
__attribute__
(
(
pure
)
)
uint32_t
xt_utils_get_core_id
(
void
)
xt_utils.h:28
return
(
int
)
xt_utils_get_core_id
(
)
;
esp_cpu.h:127
esp_cpu_get_core_id()
Call Tree
from
examples
xt_utils_get_core_id()
is called by 1 function:
esp_cpu_get_core_id()
All items filtered out
xt_utils_get_core_id()
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