ESP-IDF
+
0
/4 examples
SourceVu will show references to
esp_chip_info_t::features
from the following samples and libraries:
hello_world sample
flash_encryption 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::features
esp_chip_info_t::features field
Syntax
Show:
Summary
Declaration
from
esp_chip_info.h:49
uint32_t
features
;
Examples
esp_chip_info_t::features
is referenced by 4 libraries and example projects:
hello_world sample
flash_encryption sample
advanced sample
blecent_throughput sample
References
from
0/4
examples
Code
Location
Referrer
uint32_t
features
;
//!< bit mask of CHIP_FEATURE_x feature flags
esp_chip_info.h:49
out_info
->
features
=
CHIP_FEATURE_WIFI_BGN
;
chip_info.c:27
esp_chip_info()
out_info
->
features
|=
CHIP_FEATURE_BT
|
CHIP_FEATURE_BLE
;
chip_info.c:29
esp_chip_info()
out_info
->
features
|=
CHIP_FEATURE_EMB_FLASH
;
chip_info.c:36
esp_chip_info()
out_info
->
features
|=
CHIP_FEATURE_EMB_PSRAM
;
chip_info.c:40
esp_chip_info()
info
.
features
&
CHIP_FEATURE_WIFI_BGN
?
"/802.11bgn"
:
""
,
cmd_system_common.c:104
get_version()
info
.
features
&
CHIP_FEATURE_BLE
?
"/BLE"
:
""
,
cmd_system_common.c:105
get_version()
info
.
features
&
CHIP_FEATURE_BT
?
"/BT"
:
""
,
cmd_system_common.c:106
get_version()
info
.
features
&
CHIP_FEATURE_EMB_FLASH
?
"/Embedded-Flash:"
:
"/External-Flash:"
,
cmd_system_common.c:107
get_version()
Call Tree
from
0/4
examples
All items filtered out
All items filtered out
Data Use
from
0/4
examples
esp_chip_info_t::features
is written by 1 function and is read by 2 functions:
esp_chip_info()
All items filtered out
esp_chip_info_t::features
esp_chip_info()
get_version()
All items filtered out
Class Tree
from
0/4
examples
All items filtered out
All items filtered out
Override Tree
from
0/4
examples
All items filtered out
All items filtered out
Implementations
from
0/4
examples
All items filtered out
All items filtered out
Instances
from
0/4
examples
Lifecycle
from
0/4
examples
All items filtered out
All items filtered out