ESP-IDF
+
0
/4 examples
SourceVu will show references to
esp_vfs_spiffs_conf_t::max_files
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
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::max_files
esp_vfs_spiffs_conf_t::max_files field
Maximum files that could be open at the same time.
Syntax
Show:
Summary
Declaration
from
esp_spiffs.h:23
size_t
max_files
;
Examples
esp_vfs_spiffs_conf_t::max_files
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
size_t
max_files
;
/*!< Maximum files that could be open at the same time. */
esp_spiffs.h:23
efs
->
fds_sz
=
conf
->
max_files
*
sizeof
(
spiffs_fd
)
;
esp_spiffs.c:230
esp_spiffs_init()
efs
->
cache_sz
=
sizeof
(
spiffs_cache
)
+
conf
->
max_files
*
(
sizeof
(
spiffs_cache_page
)
esp_spiffs.c:239
esp_spiffs_init()
.
max_files
=
1
esp_spiffs.c:341
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::max_files
is read by 1 function:
All items filtered out
esp_vfs_spiffs_conf_t::max_files
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