FatFS
::fat_drive
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
::fat_drive
::fat_drive field
Syntax
Show:
Summary
Declaration
from
vfs_fat.c:35
char
fat_drive
[
8
]
;
Examples
References
from
examples
Code
Location
Referrer
char
fat_drive
[
8
]
;
/* FAT drive name */
vfs_fat.c:35
strlcpy
(
fat_ctx
->
fat_drive
,
conf
->
fat_drive
,
sizeof
(
fat_ctx
->
fat_drive
)
-
1
)
;
vfs_fat.c:211
esp_vfs_fat_register_cfg()
char
*
path
=
s_fat_ctxs
[
ctx
]
->
fat_drive
;
vfs_fat.c:258
esp_vfs_fat_info()
snprintf
(
ctx
->
tmp_path_buf
,
sizeof
(
ctx
->
tmp_path_buf
)
,
"%s%s"
,
ctx
->
fat_drive
,
*
path
)
;
vfs_fat.c:362
prepend_drive_to_path()
snprintf
(
ctx
->
tmp_path_buf2
,
sizeof
(
ctx
->
tmp_path_buf2
)
,
"%s%s"
,
(
(
vfs_fat_ctx_t
*
)
ctx
)
->
fat_drive
,
*
path2
)
;
vfs_fat.c:365
prepend_drive_to_path()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
::fat_drive
is read by 3 functions:
All items filtered out
::fat_drive
esp_vfs_fat_register_cfg()
esp_vfs_fat_info()
prepend_drive_to_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