FatFS
::files
is only used within FatFS.
Symbol previews are coming soon...
Symbols
loading (1/5)...
Files
loading (4/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
FatFS
::files
::files field
Syntax
Show:
Summary
Declaration
from
vfs_fat.c:47
FIL
files
[
0
]
;
Examples
References
from
examples
Code
Location
Referrer
FIL
files
[
0
]
;
/* array with max_files entries; must be the final member of the structure */
vfs_fat.c:47
if
(
fat_ctx
->
files
[
i
]
.
obj
.
fs
==
NULL
)
{
vfs_fat.c:288
get_next_fd()
memset
(
&
ctx
->
files
[
fd
]
,
0
,
sizeof
(
FIL
)
)
;
vfs_fat.c:348
file_cleanup()
FRESULT
res
=
f_open
(
&
fat_ctx
->
files
[
fd
]
,
path
,
fat_mode_conv
(
flags
)
)
;
vfs_fat.c:384
vfs_fat_open()
FIL
*
file
=
&
fat_ctx
->
files
[
fd
]
;
vfs_fat.c:440
vfs_fat_write()
FIL
*
file
=
&
fat_ctx
->
files
[
fd
]
;
vfs_fat.c:485
vfs_fat_read()
FIL
*
file
=
&
fat_ctx
->
files
[
fd
]
;
vfs_fat.c:503
vfs_fat_pread()
FIL
*
file
=
&
fat_ctx
->
files
[
fd
]
;
vfs_fat.c:543
vfs_fat_pwrite()
FIL
*
file
=
&
fat_ctx
->
files
[
fd
]
;
vfs_fat.c:597
vfs_fat_fsync()
FIL
*
file
=
&
fat_ctx
->
files
[
fd
]
;
vfs_fat.c:612
vfs_fat_close()
FIL
*
file
=
&
fat_ctx
->
files
[
fd
]
;
vfs_fat.c:634
vfs_fat_lseek()
FIL
*
file
=
&
fat_ctx
->
files
[
fd
]
;
vfs_fat.c:666
vfs_fat_fstat()
file
=
&
fat_ctx
->
files
[
fd
]
;
vfs_fat.c:1262
vfs_fat_ftruncate()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
::files
is read by 12 functions:
All items filtered out
::files
get_next_fd()
file_cleanup()
vfs_fat_open()
vfs_fat_write()
vfs_fat_read()
vfs_fat_pread()
vfs_fat_pwrite()
vfs_fat_fsync()
vfs_fat_close()
vfs_fat_lseek()
vfs_fat_fstat()
vfs_fat_ftruncate()
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