FatFS + 0/1 examples
SourceVu will show references to esp_vfs_fat_spiflash_mount_ro() from the following samples and libraries:
 
Symbols
loading...
Files
loading...
SummarySyntaxArgumentsReferences

Return value

- ESP_OK on success - ESP_ERR_NOT_FOUND if the partition table does not contain FATFS partition with given label - ESP_ERR_INVALID_STATE if esp_vfs_fat_spiflash_mount_ro was already called for the same partition - ESP_ERR_NO_MEM if memory can not be allocated - ESP_FAIL if partition can not be mounted - other error codes from SPI flash driver, or FATFS drivers

Notes

Wear levelling is not used when FAT is mounted in read-only mode using this function.

References

from examples