ESP-IDF
FD_INVALID
is only used within ESP-IDF.
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
ESP-IDF
FD_INVALID
FD_INVALID macro
Syntax
Show:
Summary
Declaration
from
vfs_eventfd.c:26
#define
FD_INVALID
-
1
Examples
References
from
examples
Code
Location
#define
FD_INVALID
-
1
vfs_eventfd.c:26
event
->
fd
=
FD_INVALID
;
vfs_eventfd.c:204
s_events
[
fd
]
.
fd
=
FD_INVALID
;
vfs_eventfd.c:336
s_events
[
i
]
.
fd
=
FD_INVALID
;
vfs_eventfd.c:367
int
fd
=
FD_INVALID
;
vfs_eventfd.c:401
int
global_fd
=
FD_INVALID
;
vfs_eventfd.c:402
return
FD_INVALID
;
vfs_eventfd.c:407
return
FD_INVALID
;
vfs_eventfd.c:411
if
(
s_events
[
i
]
.
fd
==
FD_INVALID
)
{
vfs_eventfd.c:416
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
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