Home
last modified time | relevance | path

Searched refs:esp_spiffs_info (Results 1 – 7 of 7) sorted by relevance

/hal_espressif-3.6.0/components/spiffs/include/
Desp_spiffs.h93 esp_err_t esp_spiffs_info(const char* partition_label, size_t *total_bytes, size_t *used_bytes);
/hal_espressif-3.6.0/examples/storage/spiffs/main/
Dspiffs_example_main.c46 ret = esp_spiffs_info(conf.partition_label, &total, &used); in app_main()
/hal_espressif-3.6.0/examples/storage/spiffsgen/main/
Dspiffsgen_example_main.c111 ret = esp_spiffs_info(NULL, &total, &used); in app_main()
/hal_espressif-3.6.0/examples/protocols/http_server/restful_server/main/
Desp_rest_main.c116 ret = esp_spiffs_info(NULL, &total, &used); in init_fs()
/hal_espressif-3.6.0/examples/protocols/http_server/file_serving/main/
Dmain.c106 ret = esp_spiffs_info(NULL, &total, &used); in init_spiffs()
/hal_espressif-3.6.0/components/spiffs/test/
Dtest_spiffs.c476 TEST_ESP_OK(esp_spiffs_info(spiffs_test_partition_label, &total, &used));
/hal_espressif-3.6.0/components/spiffs/
Desp_spiffs.c283 esp_err_t esp_spiffs_info(const char* partition_label, size_t *total_bytes, size_t *used_bytes) in esp_spiffs_info() function