Lines Matching full:using
89 * Using larger allocation unit size will result in higher read/write
107 * - mounts FAT partition on SD card using FATFS library, with configuration in mount_config
119 * @param host_config Pointer to structure describing SDMMC host. When using
120 * SDMMC peripheral, this structure can be initialized using
121 * SDMMC_HOST_DEFAULT() macro. When using SPI peripheral,
122 * this structure can be initialized using SDSPI_HOST_DEFAULT()
126 * structure initialized using SDMMC_SLOT_CONFIG_DEFAULT.
128 * structure initialized using SDSPI_SLOT_CONFIG_DEFAULT().
151 * - mounts FAT partition on SD card using FATFS library, with configuration in mount_config
165 * initialized using SDSPI_HOST_DEFAULT() macro.
168 * structure initialized using SDSPI_DEVICE_CONFIG_DEFAULT().
188 * @brief Unmount FAT filesystem and release resources acquired using esp_vfs_fat_sdmmc_mount
199 * @brief Unmount an SD card from the FAT filesystem and release resources acquired using
217 * - mounts FAT partition using FATFS library on top of flash wear levelling
241 * @brief Unmount FAT filesystem and release resources acquired using esp_vfs_fat_spiflash_mount
260 * - mounts FAT partition using FATFS library
263 * @note Wear levelling is not used when FAT is mounted in read-only mode using this function.
281 * @brief Unmount FAT filesystem and release resources acquired using esp_vfs_fat_rawflash_mount