FatFS
get_next_fd()
is only used within FatFS.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
FatFS
get_next_fd()
get_next_fd() function
Syntax
Show:
Summary
Declaration
from
vfs_fat.c:285
static
int
get_next_fd
(
vfs_fat_ctx_t
*
fat_ctx
)
;
Arguments
Argument
fat_ctx
Related Functions
Found 2 other functions taking a
<anonymous struct>
argument:
Function
Description
prepend_drive_to_path()
Prepend drive letters to path names This function returns new path path pointers, pointing to a temporary buffer inside ctx.
file_cleanup()
Examples
References
from
examples
Code
Location
Referrer
static
int
get_next_fd
(
vfs_fat_ctx_t
*
fat_ctx
)
vfs_fat.c:285
int
fd
=
get_next_fd
(
fat_ctx
)
;
vfs_fat.c:376
vfs_fat_open()
Call Tree
from
examples
get_next_fd()
is called by 1 function:
vfs_fat_open()
All items filtered out
get_next_fd()
All items filtered out
Data Use
from
examples
get_next_fd()
reads 4 variables:
FIL::obj
FFOBJID::fs
::max_files
::files
All items filtered out
get_next_fd()
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