FatFS
vfs_fat_sd_ctx_t::base_path
is only used within FatFS.
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
FatFS
vfs_fat_sd_ctx_t::base_path
vfs_fat_sd_ctx_t::base_path field
Syntax
Show:
Summary
Declaration
from
vfs_fat_internal.h:35
char
*
base_path
;
Examples
References
from
examples
Code
Location
Referrer
char
*
base_path
;
//Path where partition is registered
vfs_fat_internal.h:35
ctx
->
base_path
=
dup_path
;
vfs_fat_sdmmc.c:302
esp_vfs_fat_sdmmc_mount()
ctx
->
base_path
=
dup_path
;
vfs_fat_sdmmc.c:400
esp_vfs_fat_sdspi_mount()
esp_err_t
err
=
unmount_card_core
(
s_ctx
[
s_saved_ctx_id
]
->
base_path
,
s_ctx
[
s_saved_ctx_id
]
->
card
)
;
vfs_fat_sdmmc.c:449
esp_vfs_fat_sdmmc_unmount()
free
(
s_ctx
[
id
]
->
base_path
)
;
vfs_fat_sdmmc.c:463
esp_vfs_fat_sdcard_unmount()
s_ctx
[
id
]
->
base_path
=
NULL
;
vfs_fat_sdmmc.c:464
esp_vfs_fat_sdcard_unmount()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
vfs_fat_sd_ctx_t::base_path
is written by 3 functions and is read by 2 functions:
esp_vfs_fat_sdmmc_mount()
esp_vfs_fat_sdspi_mount()
esp_vfs_fat_sdcard_unmount()
All items filtered out
vfs_fat_sd_ctx_t::base_path
esp_vfs_fat_sdmmc_unmount()
esp_vfs_fat_sdcard_unmount()
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