ESP-IDF
+
0
/5 examples
SourceVu will show references to
esp_chip_info_t
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...
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
esp_chip_info_t struct
The structure represents information about the chip
Syntax
Show:
Summary
Declaration
from
esp_chip_info.h:47
typedef
struct
{
esp_chip_model_t
model
;
uint32_t
features
;
uint16_t
revision
;
uint8_t
cores
;
}
esp_chip_info_t
;
Fields
Field
Declared as
esp_chip_info_t::model
esp_chip_model_t
esp_chip_info_t::features
uint32_t
esp_chip_info_t::revision
uint16_t
esp_chip_info_t::cores
uint8_t
Examples
esp_chip_info_t
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
Scope
Referrer
typedef
struct
{
esp_chip_info.h:47
}
esp_chip_info_t
;
esp_chip_info.h:52
void
esp_chip_info
(
esp_chip_info_t
*
out_info
)
chip_info.c:15
esp_chip_info()
esp_chip_info()::out_info
esp_chip_info_t
info
;
cmd_system_common.c:61
get_version()
esp_chip_info_t
chip_info
;
cpu_start.c:273
start_other_core()
}
esp_chip_info_t
;
esp_chip_info.h:52
esp_chip_info_t
void
esp_chip_info
(
esp_chip_info_t
*
out_info
)
;
esp_chip_info.h:58
esp_chip_info()
esp_chip_info()::out_info
Call Tree
from
0/5
examples
All items filtered out
All items filtered out
Data Use
from
0/5
examples
All items filtered out
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
Instance
Scope
Location
Project
esp_chip_info()::out_info
esp_chip_info()
esp_chip_info.h:58
esp_chip_info()::out_info
esp_chip_info()
chip_info.c:15
Lifecycle
from
0/5
examples
All items filtered out
All items filtered out