ESP-IDF
VFS_NULL_CLOSED
is only used within ESP-IDF.
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
ESP-IDF
VFS_NULL_CLOSED
VFS_NULL_CLOSED value
Syntax
Show:
Summary
Declaration
from
nullfs.c:28
VFS_NULL_CLOSED
=
0
;
Examples
References
from
examples
Code
Location
Referrer
VFS_NULL_CLOSED
=
0
,
nullfs.c:28
if
(
!
IS_FD_VALID
(
fd
)
)
{
nullfs.c:121
vfs_null_lseek()
if
(
GET_FLAGS
(
g_fds
,
i
)
==
VFS_NULL_CLOSED
)
{
nullfs.c:186
vfs_null_get_empty_fd()
SET_FLAGS
(
g_fds
,
fd
,
VFS_NULL_CLOSED
)
;
nullfs.c:236
vfs_null_close()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
VFS_NULL_CLOSED
is read by 3 functions:
All items filtered out
VFS_NULL_CLOSED
vfs_null_lseek()
vfs_null_get_empty_fd()
vfs_null_close()
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