ESP-IDF
vfs_null_close()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (4/5)...
Files
loading (4/5)...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
vfs_null_close()
vfs_null_close() function
Syntax
Show:
Summary
Declaration
Definition
from
nullfs.c:63
static
int
vfs_null_close
(
int
fd
)
;
Implemented in
nullfs.c:229
Arguments
Argument
fd
Examples
References
from
examples
Code
Location
static
int
vfs_null_close
(
int
fd
)
nullfs.c:229
static
int
vfs_null_close
(
int
fd
)
;
nullfs.c:63
.
close
=
&
vfs_null_close
,
nullfs.c:85
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
vfs_null_close()
reads 2 variables and writes 1 variable:
vfs_null_flags_t::VFS_NULL_CLOSED
g_fds
All items filtered out
vfs_null_close()
g_fds
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