ESP-IDF
vfs_index_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
vfs_index_t
vfs_index_t
Syntax
Show:
Summary
Declaration
from
vfs.c:53
typedef
int8_t
vfs_index_t
;
Examples
References
from
examples
Code
Location
Scope
Referrer
typedef
int8_t
vfs_index_t
;
vfs.c:53
_Static_assert
(
(
1
<
<
(
sizeof
(
vfs_index_t
)
*
8
)
)
>=
VFS_MAX_COUNT
,
"VFS index type too small"
)
;
vfs.c:54
_Static_assert
(
(
(
vfs_index_t
)
-
1
)
<
0
,
"vfs_index_t must be a signed type"
)
;
vfs.c:55
vfs_index_t
vfs_index
;
vfs.c:62
fd_table_t
fd_table_t::vfs_index
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::vfs_index
fd_table_t
vfs.c:62
Lifecycle
from
examples
All items filtered out
All items filtered out