ESP-IDF
spiffs_fd
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
spiffs_fd
spiffs_fd struct
Syntax
Show:
Summary
Declaration
from
spiffs_nucleus.h:441
typedef
struct
{
spiffs
*
fs
;
spiffs_file
file_nbr
;
spiffs_obj_id
obj_id
;
u32_t
size
;
spiffs_page_ix
objix_hdr_pix
;
spiffs_page_ix
cursor_objix_pix
;
spiffs_span_ix
cursor_objix_spix
;
u32_t
offset
;
u32_t
fdoffset
;
spiffs_flags
flags
;
#if
SPIFFS_CACHE_WR
spiffs_cache_page
*
cache_page
;
#endif
#if
SPIFFS_TEMPORAL_FD_CACHE
u32_t
name_hash
;
u16_t
score
;
#endif
#if
SPIFFS_IX_MAP
spiffs_ix_map
*
ix_map
;
#endif
}
spiffs_fd
;
Fields
Field
Declared as
spiffs_fd::fs
spiffs
*
spiffs_fd::file_nbr
spiffs_file
spiffs_fd::obj_id
spiffs_obj_id
spiffs_fd::size
u32_t
spiffs_fd::objix_hdr_pix
spiffs_page_ix
spiffs_fd::cursor_objix_pix
spiffs_page_ix
spiffs_fd::cursor_objix_spix
spiffs_span_ix
spiffs_fd::offset
u32_t
spiffs_fd::fdoffset
u32_t
spiffs_fd::flags
spiffs_flags
spiffs_fd::cache_page
spiffs_cache_page
*
spiffs_fd::name_hash
u32_t
spiffs_fd::score
u16_t
spiffs_fd::ix_map
spiffs_ix_map
*
Related Functions
Found 16 other functions taking a
spiffs_fd
argument:
Function
spiffs_object_update_index_hdr()
spiffs_fd_get()
spiffs_page_index_check()
spiffs_object_open_by_page()
spiffs_object_truncate()
spiffs_fd_find_new()
spiffs_populate_ix_map()
spiffs_hydro_write()
spiffs_page_data_check()
spiffs_object_read()
spiffs_cache_page_get_by_fd()
spiffs_object_append()
spiffs_object_modify()
spiffs_cache_page_allocate_by_fd()
spiffs_update_ix_map()
spiffs_object_open_by_id()
Examples
References
from
examples
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