Searched refs:fatfs (Results 1 – 4 of 4) sorted by relevance
42 bool "Enable elm-chan fatfs"94 … if you use some spi nor flash for fatfs, please set this the erase sector size, for example 4096.
271 FRESULT f_getfree (const TCHAR* path, DWORD* nclst, FATFS** fatfs); /* Get number of free clusters …
4334 FATFS** fatfs /* Pointer to return pointer to corresponding file system object */ argument4348 *fatfs = fs; /* Return ptr to the fs object */
353 * Fix the elm fatfs umount issue; (liu2guang)1114 5646189b29: elm fatfs支持mkfs,并且无需提前执行dfs_mount; mount/umount/mkfs操作也不会引起reset1118 a4d661dcf1: 修正dfs_elm.c中一处内存泄露,并且在mount fatfs失败时执行 umount fatfs操作