45 }
else if(f_mount(&_fatfs, _path, 0) != FR_OK){
62 return this._mount_status;
uint8_t FATFS_LinkDriver(const Diskio_drvTypeDef *drv, char *path)
Links a compatible diskio driver and increments the number of active linked drivers.
fs_err_e fs_init(void)
Initialises the file system.
fs_mount_status_e fs_get_mount_status(void)
Returns the file system's current state.
fs_err_e
file system error constants definition
#define FS_DEFAULT
file system instance default values
fs_mount_status_e
Actual initialisation state of the file system.