FatFS
s_fat_ctxs
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
s_fat_ctxs
s_fat_ctxs variable
Syntax
Show:
Summary
Declaration
from
vfs_fat.c:109
static
vfs_fat_ctx_t
*
s_fat_ctxs
[
FF_VOLUMES
]
=
{
NULL
}
;
Examples
References
from
examples
Code
Location
Referrer
static
vfs_fat_ctx_t
*
s_fat_ctxs
[
FF_VOLUMES
]
=
{
NULL
}
;
vfs_fat.c:109
if
(
s_fat_ctxs
[
i
]
&&
!
strcmp
(
s_fat_ctxs
[
i
]
->
base_path
,
base_path
)
)
{
vfs_fat.c:117
find_context_index_by_path()
if
(
!
s_fat_ctxs
[
i
]
)
{
vfs_fat.c:127
find_unused_context_index()
s_fat_ctxs
[
ctx
]
=
fat_ctx
;
vfs_fat.c:222
esp_vfs_fat_register_cfg()
vfs_fat_ctx_t
*
fat_ctx
=
s_fat_ctxs
[
ctx
]
;
vfs_fat.c:238
esp_vfs_fat_unregister_path()
s_fat_ctxs
[
ctx
]
=
NULL
;
vfs_fat.c:246
esp_vfs_fat_unregister_path()
char
*
path
=
s_fat_ctxs
[
ctx
]
->
fat_drive
;
vfs_fat.c:258
esp_vfs_fat_info()
vfs_fat_ctx_t
*
fat_ctx
=
s_fat_ctxs
[
ctx
]
;
vfs_fat.c:1400
esp_vfs_fat_create_contiguous_file()
vfs_fat_ctx_t
*
fat_ctx
=
s_fat_ctxs
[
ctx
]
;
vfs_fat.c:1486
esp_vfs_fat_test_contiguous_file()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
s_fat_ctxs
is read by 7 functions:
All items filtered out
s_fat_ctxs
find_context_index_by_path()
find_unused_context_index()
esp_vfs_fat_register_cfg()
esp_vfs_fat_unregister_path()
esp_vfs_fat_info()
esp_vfs_fat_create_contiguous_file()
esp_vfs_fat_test_contiguous_file()
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