ESP-IDF
+
0
/4 examples
SourceVu will show references to
esp_vfs_spiffs_conf_t::format_if_mount_failed
from the following samples and libraries:
perf_benchmark sample
spiffs sample
spiffsgen sample
file_serving sample
Symbol previews are coming soon...
Symbols
loading (2/5)...
Files
loading (3/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::format_if_mount_failed
esp_vfs_spiffs_conf_t::format_if_mount_failed field
If true, it will format the file system if it fails to mount.
Syntax
Show:
Summary
Declaration
from
esp_spiffs.h:24
bool
format_if_mount_failed
;
Examples
esp_vfs_spiffs_conf_t::format_if_mount_failed
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
bool
format_if_mount_failed
;
/*!< If true, it will format the file system if it fails to mount. */
esp_spiffs.h:24
if
(
conf
->
format_if_mount_failed
&&
res
!=
SPIFFS_OK
)
{
esp_spiffs.c:270
esp_spiffs_init()
.
format_if_mount_failed
=
true
,
esp_spiffs.c:339
esp_spiffs_format()
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::format_if_mount_failed
is read by 1 function:
All items filtered out
esp_vfs_spiffs_conf_t::format_if_mount_failed
esp_spiffs_init()
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