Home
last modified time | relevance | path

Searched defs:cache_sz (Results 1 – 2 of 2) sorted by relevance

/hal_espressif-3.6.0/components/spiffs/test_spiffs_host/
Dtest_spiffs.cpp50 uint32_t cache_sz = sizeof(spiffs_cache) + max_files * (sizeof(spiffs_cache_page) in init_spiffs() local
54 uint32_t cache_sz = 0; in init_spiffs() local
/hal_espressif-3.6.0/components/spiffs/
Dspiffs_api.h44 uint32_t cache_sz; /*!< Cache Buffer Length */ member