FatFS
vfs_fat_sd_ctx_t
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
vfs_fat_sd_ctx_t struct
Syntax
Show:
Summary
Declaration
from
vfs_fat_internal.h:30
typedef
struct
vfs_fat_sd_ctx_t
{
BYTE
pdrv
;
esp_vfs_fat_mount_config_t
mount_config
;
FATFS
*
fs
;
sdmmc_card_t
*
card
;
char
*
base_path
;
vfs_fat_x_ctx_flags_t
flags
;
}
vfs_fat_sd_ctx_t
;
Fields
Field
Declared as
vfs_fat_sd_ctx_t::pdrv
BYTE
vfs_fat_sd_ctx_t::mount_config
esp_vfs_fat_mount_config_t
vfs_fat_sd_ctx_t::fs
FATFS
*
vfs_fat_sd_ctx_t::card
sdmmc_card_t
*
vfs_fat_sd_ctx_t::base_path
char
*
vfs_fat_sd_ctx_t::flags
vfs_fat_x_ctx_flags_t
Examples
References
from
examples
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
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