|
FRESULT | f_open (FIL *fp, const TCHAR *path, BYTE mode) |
|
FRESULT | f_close (FIL *fp) |
|
FRESULT | f_read (FIL *fp, void *buff, UINT btr, UINT *br) |
|
FRESULT | f_write (FIL *fp, const void *buff, UINT btw, UINT *bw) |
|
FRESULT | f_forward (FIL *fp, UINT(*func)(const BYTE *, UINT), UINT btf, UINT *bf) |
|
FRESULT | f_lseek (FIL *fp, DWORD ofs) |
|
FRESULT | f_truncate (FIL *fp) |
|
FRESULT | f_sync (FIL *fp) |
|
FRESULT | f_opendir (DIR *dp, const TCHAR *path) |
|
FRESULT | f_closedir (DIR *dp) |
|
FRESULT | f_readdir (DIR *dp, FILINFO *fno) |
|
FRESULT | f_mkdir (const TCHAR *path) |
|
FRESULT | f_unlink (const TCHAR *path) |
|
FRESULT | f_rename (const TCHAR *path_old, const TCHAR *path_new) |
|
FRESULT | f_stat (const TCHAR *path, FILINFO *fno) |
|
FRESULT | f_chmod (const TCHAR *path, BYTE value, BYTE mask) |
|
FRESULT | f_utime (const TCHAR *path, const FILINFO *fno) |
|
FRESULT | f_chdir (const TCHAR *path) |
|
FRESULT | f_chdrive (const TCHAR *path) |
|
FRESULT | f_getcwd (TCHAR *buff, UINT len) |
|
FRESULT | f_getfree (const TCHAR *path, DWORD *nclst, FATFS **fatfs) |
|
FRESULT | f_getlabel (const TCHAR *path, TCHAR *label, DWORD *vsn) |
|
FRESULT | f_setlabel (const TCHAR *label) |
|
FRESULT | f_mount (FATFS *fs, const TCHAR *path, BYTE opt) |
|
FRESULT | f_mkfs (const TCHAR *path, BYTE sfd, UINT au) |
|
FRESULT | f_fdisk (BYTE pdrv, const DWORD szt[], void *work) |
|
int | f_putc (TCHAR c, FIL *fp) |
|
int | f_puts (const TCHAR *str, FIL *cp) |
|
int | f_printf (FIL *fp, const TCHAR *str,...) |
|
TCHAR * | f_gets (TCHAR *buff, int len, FIL *fp) |
|
DWORD | get_fattime (void) |
|
WCHAR | ff_convert (WCHAR chr, UINT dir) |
|
WCHAR | ff_wtoupper (WCHAR chr) |
|
int | ff_cre_syncobj (BYTE vol, _SYNC_t *sobj) |
|
int | ff_req_grant (_SYNC_t sobj) |
|
void | ff_rel_grant (_SYNC_t sobj) |
|
int | ff_del_syncobj (_SYNC_t sobj) |
|