33 #if _MULTI_PARTITION != 0 34 extern const PARTITION Drives[] =
FATFS Fatfs[_VOLUMES]
FatFs Drive Volumes.
MEMSPACE DWORD get_fattime(void)
Read time and convert to FAT32 time.
MEMSPACE char * fatfs_fstype(int type)
return a string with the file system type
static struct ip_info info
WORD AccFiles
Total number or Files and Directories.
MEMSPACE void put_rc(int rc)
display FatFs return code as ascii string
DWORD AccSize
Total file space used.
MEMSPACE void fatfs_filinfo_list(FILINFO *info)
Display FILINFO structure in a readable format.
MEMSPACE int fatfs_scan_files(char *path)
Use were FILINFO structure can be share in many functions See: fatfs_alloc_filinfo(), fatfs_scan_files() and fatfs_ls()
MEMSPACE void fatfs_status(char *ptr)
Compute space used, number of directories and files contained used by a drive.
MEMSPACE uint32_t tm_to_fat(tm_t *t)
FAT time structer reference.