ESP-IDF
+
0
/5 examples
SourceVu will show references to
esp_chip_info_t::cores
from the following samples and libraries:
hello_world sample
flash_encryption sample
restful_server sample
advanced sample
blecent_throughput sample
Symbol previews are coming soon...
Symbols
loading...
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
esp_chip_info_t::cores
esp_chip_info_t::cores field
Syntax
Show:
Summary
Declaration
from
esp_chip_info.h:51
uint8_t
cores
;
Examples
esp_chip_info_t::cores
is referenced by 5 libraries and example projects:
hello_world sample
flash_encryption sample
restful_server sample
advanced sample
blecent_throughput sample
References
from
0/5
examples
Code
Location
Referrer
uint8_t
cores
;
//!< number of CPU cores
esp_chip_info.h:51
out_info
->
cores
=
2
;
chip_info.c:23
esp_chip_info()
out_info
->
cores
=
1
;
chip_info.c:25
esp_chip_info()
printf
(
"\tcores:%d\r\n"
,
info
.
cores
)
;
cmd_system_common.c:102
get_version()
if
(
!
(
chip_info
.
cores
>
1
)
)
{
cpu_start.c:278
start_other_core()
Call Tree
from
0/5
examples
All items filtered out
All items filtered out
Data Use
from
0/5
examples
esp_chip_info_t::cores
is written by 1 function and is read by 2 functions:
esp_chip_info()
All items filtered out
esp_chip_info_t::cores
start_other_core()
get_version()
All items filtered out
Class Tree
from
0/5
examples
All items filtered out
All items filtered out
Override Tree
from
0/5
examples
All items filtered out
All items filtered out
Implementations
from
0/5
examples
All items filtered out
All items filtered out
Instances
from
0/5
examples
Lifecycle
from
0/5
examples
All items filtered out
All items filtered out