esp_vfs_fat_sdmmc_unmount() function
Unmount FAT filesystem and release resources acquired using esp_vfs_fat_sdmmc_mount @deprecated Use `esp_vfs_fat_sdcard_unmount()` instead.
Syntax
esp_err_t esp_vfs_fat_sdmmc_unmount(void) __attribute__((deprecated("Please use esp_vfs_fat_sdcard_unmount instead"))); Return value
- ESP_OK on success - ESP_ERR_INVALID_STATE if esp_vfs_fat_sdmmc_mount hasn't been called
Examples
esp_vfs_fat_sdmmc_unmount() is referenced by 1 libraries and example projects: