ESP8266
|
Public Attributes | |
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 |
void * | cache |
u32_t | cache_size |
spiffs_check_callback | check_cb_f |
u8_t | mounted |
void * | user_data |
u32_t | config_magic |
u32_t spiffs_t::block_count |
void* spiffs_t::cache |
u32_t spiffs_t::cache_size |
spiffs_config spiffs_t::cfg |
spiffs_check_callback spiffs_t::check_cb_f |
u8_t spiffs_t::cleaning |
u32_t spiffs_t::config_magic |
spiffs_block_ix spiffs_t::cursor_block_ix |
int spiffs_t::cursor_obj_lu_entry |
s32_t spiffs_t::err_code |
u32_t spiffs_t::fd_count |
u8_t* spiffs_t::fd_space |
u32_t spiffs_t::free_blocks |
spiffs_block_ix spiffs_t::free_cursor_block_ix |
int spiffs_t::free_cursor_obj_lu_entry |
u8_t* spiffs_t::lu_work |
spiffs_obj_id spiffs_t::max_erase_count |
u8_t spiffs_t::mounted |
u32_t spiffs_t::stats_p_allocated |
u32_t spiffs_t::stats_p_deleted |
void* spiffs_t::user_data |
u8_t* spiffs_t::work |