ESP-IDF
+
0
/4 examples
SourceVu will show references to
esp_vfs_spiffs_conf_t
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...
Summary
Syntax
Related
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
esp_vfs_spiffs_conf_t struct
Configuration structure for esp_vfs_spiffs_register
Syntax
Show:
Summary
Declaration
from
esp_spiffs.h:20
typedef
struct
{
const
char
*
base_path
;
const
char
*
partition_label
;
size_t
max_files
;
bool
format_if_mount_failed
;
}
esp_vfs_spiffs_conf_t
;
Fields
Field
Declared as
Description
esp_vfs_spiffs_conf_t::base_path
const
char
*
File path prefix associated with the filesystem.
esp_vfs_spiffs_conf_t::partition_label
const
char
*
Optional, label of SPIFFS partition to use. If set to NULL, first partition with subtype=spiffs will be used.
esp_vfs_spiffs_conf_t::max_files
size_t
Maximum files that could be open at the same time.
esp_vfs_spiffs_conf_t::format_if_mount_failed
bool
If true, it will format the file system if it fails to mount.
Related Functions
Found 2 other functions taking a
esp_vfs_spiffs_conf_t
argument:
Function
Description
esp_vfs_spiffs_register()
Register and mount SPIFFS to VFS with given path prefix.
esp_spiffs_init()
Examples
esp_vfs_spiffs_conf_t
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
Scope
Referrer
typedef
struct
{
esp_spiffs.h:20
}
esp_vfs_spiffs_conf_t
;
esp_spiffs.h:25
static
esp_err_t
esp_spiffs_init
(
const
esp_vfs_spiffs_conf_t
*
conf
)
esp_spiffs.c:135
esp_spiffs_init()
esp_spiffs_init()::conf
esp_vfs_spiffs_conf_t
conf
=
{
esp_spiffs.c:338
esp_spiffs_format()
esp_err_t
esp_vfs_spiffs_register
(
const
esp_vfs_spiffs_conf_t
*
conf
)
esp_spiffs.c:439
esp_vfs_spiffs_register()
esp_vfs_spiffs_register()::conf
}
esp_vfs_spiffs_conf_t
;
esp_spiffs.h:25
esp_vfs_spiffs_conf_t
esp_err_t
esp_vfs_spiffs_register
(
const
esp_vfs_spiffs_conf_t
*
conf
)
;
esp_spiffs.h:39
esp_vfs_spiffs_register()
esp_vfs_spiffs_register()::conf
Call Tree
from
0/4
examples
All items filtered out
All items filtered out
Data Use
from
0/4
examples
All items filtered out
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
Instance
Scope
Location
Project
esp_vfs_spiffs_register()::conf
esp_vfs_spiffs_register()
esp_spiffs.h:39
esp_spiffs_init()::conf
esp_spiffs_init()
esp_spiffs.c:135
esp_vfs_spiffs_register()::conf
esp_vfs_spiffs_register()
esp_spiffs.c:439
Lifecycle
from
0/4
examples
All items filtered out
All items filtered out