ESP-IDF
local_fd_t
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
local_fd_t
local_fd_t
Syntax
Show:
Summary
Declaration
from
vfs.c:50
typedef
uint8_t
local_fd_t
;
Examples
References
from
examples
Code
Location
Scope
Referrer
typedef
uint8_t
local_fd_t
;
vfs.c:50
_Static_assert
(
(
1
<
<
(
sizeof
(
local_fd_t
)
*
8
)
)
>=
MAX_FDS
,
"file descriptor type too small"
)
;
vfs.c:51
local_fd_t
local_fd
;
vfs.c:63
fd_table_t
fd_table_t::local_fd
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
Instance
Scope
Location
Project
fd_table_t::local_fd
fd_table_t
vfs.c:63
Lifecycle
from
examples
All items filtered out
All items filtered out