ESP-IDF
esp_spiffs_t::base_path
is only used within ESP-IDF.
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_spiffs_t::base_path
esp_spiffs_t::base_path field
Mount point
Syntax
Show:
Summary
Declaration
from
spiffs_api.h:30
char
base_path
[
ESP_SPIFFS_PATH_MAX
+
1
]
;
Examples
References
from
examples
Code
Location
Referrer
char
base_path
[
ESP_SPIFFS_PATH_MAX
+
1
]
;
/*!< Mount point */
spiffs_api.h:30
strlcat
(
_efs
[
index
]
->
base_path
,
conf
->
base_path
,
ESP_VFS_PATH_MAX
+
1
)
;
esp_spiffs.c:458
esp_vfs_spiffs_register()
esp_err_t
err
=
esp_vfs_unregister
(
_efs
[
index
]
->
base_path
)
;
esp_spiffs.c:474
esp_vfs_spiffs_unregister()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
esp_spiffs_t::base_path
is read by 2 functions:
All items filtered out
esp_spiffs_t::base_path
esp_vfs_spiffs_register()
esp_vfs_spiffs_unregister()
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