ESP-IDF
spiffs_t::fd_space
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
spiffs_t::fd_space
spiffs_t::fd_space field
Syntax
Show:
Summary
Declaration
from
spiffs.h:251
u8_t
*
fd_space
;
Examples
References
from
examples
Code
Location
Referrer
u8_t
*
fd_space
;
spiffs.h:251
spiffs_fd
*
fds
=
(
spiffs_fd
*
)
fs
->
fd_space
;
spiffs_cache.c:271
spiffs_cache_fd_release()
fs
->
fd_space
=
fd_space
;
spiffs_hydrogen.c:104
SPIFFS_mount()
spiffs_fd
*
fds
=
(
spiffs_fd
*
)
fs
->
fd_space
;
spiffs_hydrogen.c:160
SPIFFS_unmount()
spiffs_fd
*
fds
=
(
spiffs_fd
*
)
fs
->
fd_space
;
spiffs_nucleus.c:1067
spiffs_cb_object_event()
spiffs_fd
*
fds
=
(
spiffs_fd
*
)
fs
->
fd_space
;
spiffs_nucleus.c:2260
spiffs_fd_find_new()
spiffs_fd
*
fds
=
(
spiffs_fd
*
)
fs
->
fd_space
;
spiffs_nucleus.c:2336
spiffs_fd_return()
spiffs_fd
*
fds
=
(
spiffs_fd
*
)
fs
->
fd_space
;
spiffs_nucleus.c:2352
spiffs_fd_get()
spiffs_fd
*
fds
=
(
spiffs_fd
*
)
fs
->
fd_space
;
spiffs_nucleus.c:2368
spiffs_fd_temporal_cache_rehash()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
spiffs_t::fd_space
is written by 1 function and is read by 7 functions:
SPIFFS_mount()
All items filtered out
spiffs_t::fd_space
spiffs_cache_fd_release()
SPIFFS_unmount()
spiffs_cb_object_event()
spiffs_fd_find_new()
spiffs_fd_return()
spiffs_fd_get()
spiffs_fd_temporal_cache_rehash()
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