Function esp_idf_hal::sys::esp_spiffs_check
source ยท pub unsafe extern "C" fn esp_spiffs_check(
partition_label: *const i8,
) -> i32
Expand description
Check integrity of SPIFFS
@param partition_label Same label as passed to esp_vfs_spiffs_register @return - ESP_OK if successful - ESP_ERR_INVALID_STATE if not mounted - ESP_FAIL on error