Data Fields
spiffs_t Struct Reference

#include <spiffs.h>

Collaboration diagram for spiffs_t:
Collaboration graph
[legend]

Data Fields

spiffs_config cfg
 
u32_t block_count
 
spiffs_block_ix free_cursor_block_ix
 
int free_cursor_obj_lu_entry
 
spiffs_block_ix cursor_block_ix
 
int cursor_obj_lu_entry
 
u8_t * lu_work
 
u8_t * work
 
u8_t * fd_space
 
u32_t fd_count
 
s32_t err_code
 
u32_t free_blocks
 
u32_t stats_p_allocated
 
u32_t stats_p_deleted
 
u8_t cleaning
 
spiffs_obj_id max_erase_count
 
spiffs_check_callback check_cb_f
 
spiffs_file_callback file_cb_f
 
u8_t mounted
 
void * user_data
 
u32_t config_magic
 

Field Documentation

§ cfg

spiffs_config spiffs_t::cfg

§ block_count

u32_t spiffs_t::block_count

§ free_cursor_block_ix

spiffs_block_ix spiffs_t::free_cursor_block_ix

§ free_cursor_obj_lu_entry

int spiffs_t::free_cursor_obj_lu_entry

§ cursor_block_ix

spiffs_block_ix spiffs_t::cursor_block_ix

§ cursor_obj_lu_entry

int spiffs_t::cursor_obj_lu_entry

§ lu_work

u8_t* spiffs_t::lu_work

§ work

u8_t* spiffs_t::work

§ fd_space

u8_t* spiffs_t::fd_space

§ fd_count

u32_t spiffs_t::fd_count

§ err_code

s32_t spiffs_t::err_code

§ free_blocks

u32_t spiffs_t::free_blocks

§ stats_p_allocated

u32_t spiffs_t::stats_p_allocated

§ stats_p_deleted

u32_t spiffs_t::stats_p_deleted

§ cleaning

u8_t spiffs_t::cleaning

§ max_erase_count

spiffs_obj_id spiffs_t::max_erase_count

§ check_cb_f

spiffs_check_callback spiffs_t::check_cb_f

§ file_cb_f

spiffs_file_callback spiffs_t::file_cb_f

§ mounted

u8_t spiffs_t::mounted

§ user_data

void* spiffs_t::user_data

§ config_magic

u32_t spiffs_t::config_magic

The documentation for this struct was generated from the following file:
© Copyright 1995-2019, Texas Instruments Incorporated. All rights reserved.
Trademarks | Privacy policy | Terms of use | Terms of sale