ESP-IDF
+
0
/4 examples
SourceVu will show references to
esp_vfs_spiffs_conf_t::partition_label
from the following samples and libraries:
perf_benchmark sample
spiffs sample
spiffsgen sample
file_serving sample
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/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_vfs_spiffs_conf_t::partition_label
esp_vfs_spiffs_conf_t::partition_label field
Optional, label of SPIFFS partition to use. If set to NULL, first partition with subtype=spiffs will be used.
Syntax
Show:
Summary
Declaration
from
esp_spiffs.h:22
const
char
*
partition_label
;
Examples
esp_vfs_spiffs_conf_t::partition_label
is referenced by 4 libraries and example projects:
perf_benchmark sample
spiffs sample
spiffsgen sample
file_serving sample
References
from
0/4
examples
Code
Location
Referrer
const
char
*
partition_label
;
/*!< Optional, label of SPIFFS partition to use. If set to NULL, first partition with subtype=spiffs will be used. */
esp_spiffs.h:22
if
(
esp_spiffs_by_label
(
conf
->
partition_label
,
&
index
)
==
ESP_OK
)
{
esp_spiffs.c:139
esp_spiffs_init()
esp_partition_subtype_t
subtype
=
conf
->
partition_label
?
esp_spiffs.c:156
esp_spiffs_init()
subtype
,
conf
->
partition_label
)
;
esp_spiffs.c:159
esp_spiffs_init()
efs
->
by_label
=
conf
->
partition_label
!=
NULL
;
esp_spiffs.c:221
esp_spiffs_init()
.
partition_label
=
partition_label
,
esp_spiffs.c:340
esp_spiffs_format()
if
(
esp_spiffs_by_label
(
conf
->
partition_label
,
&
index
)
!=
ESP_OK
)
{
esp_spiffs.c:449
esp_vfs_spiffs_register()
Call Tree
from
0/4
examples
All items filtered out
All items filtered out
Data Use
from
0/4
examples
esp_vfs_spiffs_conf_t::partition_label
is read by 2 functions:
All items filtered out
esp_vfs_spiffs_conf_t::partition_label
esp_spiffs_init()
esp_vfs_spiffs_register()
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