esp_vfs_fat_info() function
Get information for FATFS partition
Arguments
base_path
Base path of the partition examined (e.g. "/spiflash")
out_total_bytes
Size of the file system
out_free_bytes
Free bytes available in the file system
Return value
- ESP_OK on success - ESP_ERR_INVALID_STATE if partition not found - ESP_FAIL if another FRESULT error (saved in errno)
Examples
esp_vfs_fat_info() is referenced by 1 libraries and example projects: