perf_benchmark sample
flash_partition_label
is only used within perf_benchmark sample.
Symbol previews are coming soon...
Symbols
loading (2/6)...
Files
loading (2/6)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
perf_benchmark sample
flash_partition_label
flash_partition_label variable
Syntax
Show:
Summary
Declaration
from
perf_benchmark_example_main.c:34
static
const
char
*
flash_partition_label
=
"storage"
;
Examples
References
from
examples
Code
Location
Referrer
static
const
char
*
flash_partition_label
=
"storage"
;
perf_benchmark_example_main.c:34
ESP_PARTITION_SUBTYPE_DATA_UNDEFINED
,
flash_partition_label
)
;
perf_benchmark_example_main.c:105
test_spiflash_raw()
ESP_LOGE
(
TAG
,
"Could not find partition \"%s\""
,
flash_partition_label
)
;
perf_benchmark_example_main.c:107
test_spiflash_raw()
ret
=
esp_vfs_fat_spiflash_mount_rw_wl
(
FLASH_BASE_PATH
,
flash_partition_label
,
&
mount_config_spiflash
,
&
s_wl_handle
)
;
perf_benchmark_example_main.c:137
test_spiflash_fatfs()
.
partition_label
=
flash_partition_label
,
perf_benchmark_example_main.c:161
test_spiflash_spiffs()
.
partition_label
=
flash_partition_label
,
perf_benchmark_example_main.c:198
test_spiflash_littlefs()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
flash_partition_label
is read by 4 functions:
All items filtered out
flash_partition_label
test_spiflash_raw()
test_spiflash_fatfs()
test_spiflash_spiffs()
test_spiflash_littlefs()
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