FatFS
::base_path
is only used within FatFS.
Symbol previews are coming soon...
Symbols
loading...
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
FatFS
::base_path
::base_path field
Syntax
Show:
Summary
Declaration
from
vfs_fat.c:36
char
base_path
[
ESP_VFS_PATH_MAX
]
;
Examples
References
from
examples
Code
Location
Referrer
char
base_path
[
ESP_VFS_PATH_MAX
]
;
/* base path in VFS where partition is registered */
vfs_fat.c:36
if
(
s_fat_ctxs
[
i
]
&&
!
strcmp
(
s_fat_ctxs
[
i
]
->
base_path
,
base_path
)
)
{
vfs_fat.c:117
find_context_index_by_path()
strlcpy
(
fat_ctx
->
base_path
,
conf
->
base_path
,
sizeof
(
fat_ctx
->
base_path
)
-
1
)
;
vfs_fat.c:212
esp_vfs_fat_register_cfg()
esp_err_t
err
=
esp_vfs_unregister
(
fat_ctx
->
base_path
)
;
vfs_fat.c:239
esp_vfs_fat_unregister_path()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
::base_path
is read by 3 functions:
All items filtered out
::base_path
find_context_index_by_path()
esp_vfs_fat_register_cfg()
esp_vfs_fat_unregister_path()
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