FatFS
vfs_fat_spiflash_ctx_t::flags
is only used within FatFS.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
FatFS
vfs_fat_spiflash_ctx_t::flags
vfs_fat_spiflash_ctx_t::flags field
Syntax
Show:
Summary
Declaration
from
vfs_fat_internal.h:27
vfs_fat_x_ctx_flags_t
flags
;
Examples
References
from
examples
Code
Location
Referrer
vfs_fat_x_ctx_flags_t
flags
;
//Flags
vfs_fat_internal.h:27
ctx
->
flags
=
flags
;
vfs_fat_spiflash.c:184
esp_vfs_fat_spiflash_mount_rw_wl()
if
(
s_ctx
[
id
]
->
flags
&
FORMATTED_DURING_LAST_MOUNT
)
{
vfs_fat_spiflash.c:256
esp_vfs_fat_spiflash_format_cfg_rw_wl()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
vfs_fat_spiflash_ctx_t::flags
is written by 1 function and is read by 1 function:
esp_vfs_fat_spiflash_mount_rw_wl()
All items filtered out
vfs_fat_spiflash_ctx_t::flags
esp_vfs_fat_spiflash_format_cfg_rw_wl()
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