ESP-IDF
+
0
/4 examples
SourceVu will show references to
esp_vfs_spiffs_conf_t::base_path
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::base_path
esp_vfs_spiffs_conf_t::base_path field
File path prefix associated with the filesystem.
Syntax
Show:
Summary
Declaration
from
esp_spiffs.h:21
const
char
*
base_path
;
Examples
esp_vfs_spiffs_conf_t::base_path
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
*
base_path
;
/*!< File path prefix associated with the filesystem. */
esp_spiffs.h:21
assert
(
conf
->
base_path
)
;
esp_spiffs.c:441
esp_vfs_spiffs_register()
strlcat
(
_efs
[
index
]
->
base_path
,
conf
->
base_path
,
ESP_VFS_PATH_MAX
+
1
)
;
esp_spiffs.c:458
esp_vfs_spiffs_register()
err
=
esp_vfs_register_fs
(
conf
->
base_path
,
&
s_vfs_spiffs
,
vfs_flags
,
_efs
[
index
]
)
;
esp_spiffs.c:459
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::base_path
is read by 1 function:
All items filtered out
esp_vfs_spiffs_conf_t::base_path
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