Searched refs:f_mount (Results 1 – 2 of 2) sorted by relevance
331 FRESULT f_mount (FATFS* fs, const TCHAR* path, BYTE opt); /* Mount/Unmount a logical drive */349 #define f_unmount(path) f_mount(0, path, 0)
3672 FRESULT f_mount ( function