Home
last modified time | relevance | path

Searched refs:f_mount (Results 1 – 2 of 2) sorted by relevance

/fatfs-2.7.6/include/
Dff.h331 FRESULT f_mount (FATFS* fs, const TCHAR* path, BYTE opt); /* Mount/Unmount a logical drive */
347 #define f_unmount(path) f_mount(0, path, 0)
/fatfs-2.7.6/
Dff.c3605 FRESULT f_mount ( function