ESP-IDF
esp_spiffs_by_label()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (3/5)...
Files
loading (4/5)...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
esp_spiffs_by_label()
esp_spiffs_by_label() function
Syntax
Show:
Summary
Declaration
from
esp_spiffs.c:105
static
esp_err_t
esp_spiffs_by_label
(
const
char
*
label
,
int
*
index
)
;
Arguments
Argument
label
index
Examples
References
from
examples
Code
Location
Referrer
static
esp_err_t
esp_spiffs_by_label
(
const
char
*
label
,
int
*
index
)
{
esp_spiffs.c:105
if
(
esp_spiffs_by_label
(
conf
->
partition_label
,
&
index
)
==
ESP_OK
)
{
esp_spiffs.c:139
esp_spiffs_init()
if
(
esp_spiffs_by_label
(
partition_label
,
&
index
)
!=
ESP_OK
)
{
esp_spiffs.c:296
esp_spiffs_mounted()
if
(
esp_spiffs_by_label
(
partition_label
,
&
index
)
!=
ESP_OK
)
{
esp_spiffs.c:305
esp_spiffs_info()
if
(
esp_spiffs_by_label
(
partition_label
,
&
index
)
!=
ESP_OK
)
{
esp_spiffs.c:315
esp_spiffs_check()
esp_err_t
err
=
esp_spiffs_by_label
(
partition_label
,
&
index
)
;
esp_spiffs.c:336
esp_spiffs_format()
err
=
esp_spiffs_by_label
(
partition_label
,
&
index
)
;
esp_spiffs.c:347
esp_spiffs_format()
if
(
esp_spiffs_by_label
(
partition_label
,
&
index
)
!=
ESP_OK
)
{
esp_spiffs.c:387
esp_spiffs_gc()
if
(
esp_spiffs_by_label
(
conf
->
partition_label
,
&
index
)
!=
ESP_OK
)
{
esp_spiffs.c:449
esp_vfs_spiffs_register()
if
(
esp_spiffs_by_label
(
partition_label
,
&
index
)
!=
ESP_OK
)
{
esp_spiffs.c:471
esp_vfs_spiffs_unregister()
Call Tree
from
examples
esp_spiffs_by_label()
is called by 8 functions:
esp_spiffs_init()
esp_spiffs_mounted()
esp_spiffs_info()
esp_spiffs_check()
esp_spiffs_format()
esp_spiffs_gc()
esp_vfs_spiffs_register()
esp_vfs_spiffs_unregister()
All items filtered out
esp_spiffs_by_label()
All items filtered out
Data Use
from
examples
esp_spiffs_by_label()
reads 4 variables:
esp_partition_t::label
esp_spiffs_t::partition
esp_spiffs_t::by_label
_efs
All items filtered out
esp_spiffs_by_label()
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