ESP8266 ILI9341 display support code with printf sources, wire-frame viewer and custom fonts  1.0
ESP8266ILI9341DisplayProject
fatfs_tests.h
Go to the documentation of this file.
1 
30 #ifndef _FATFS_TESTS_H
31 #define _FATFS_TESTS_H
32 
33 /* fatfs_tests.c */
34 MEMSPACE void fatfs_help ( int full );
35 MEMSPACE int fatfs_tests ( int argc , char *argv []);
36 MEMSPACE void mmc_test ( void );
37 MEMSPACE void fatfs_cat ( char *name );
38 MEMSPACE void fatfs_copy ( char *from , char *to );
39 MEMSPACE void fatfs_create ( char *name , char *str );
40 MEMSPACE void fatfs_cd ( char *name );
41 MEMSPACE void fatfs_ls ( char *name );
42 MEMSPACE void fatfs_mkdir ( char *name );
43 MEMSPACE void fatfs_pwd ( void );
44 MEMSPACE void fatfs_rename ( const char *oldpath , const char *newpath );
45 MEMSPACE void fatfs_rm ( char *name );
46 MEMSPACE void fatfs_rmdir ( char *name );
47 MEMSPACE void fatfs_stat ( char *name );
48 
49 #endif
MEMSPACE void fatfs_rm(char *name)
MEMSPACE void fatfs_ls(char *name)
Definition: fatfs_tests.c:313
MEMSPACE void fatfs_help(int full)
Display FatFs test diagnostics help menu.
Definition: fatfs_tests.c:46
MEMSPACE void fatfs_stat(char *name)
MEMSPACE void mmc_test(void)
Perform key FatFs diagnostics tests.
Definition: fatfs_tests.c:271
MEMSPACE void fatfs_cat(char *name)
MEMSPACE int fatfs_tests(int argc, char *argv[])
FatFs test parser.
Definition: fatfs_tests.c:101
MEMSPACE void fatfs_rename(const char *oldpath, const char *newpath)
MEMSPACE void fatfs_cd(char *name)
MEMSPACE void fatfs_mkdir(char *name)
#define MEMSPACE
Definition: cpu.h:25
MEMSPACE void fatfs_pwd(void)
MEMSPACE void fatfs_copy(char *from, char *to)
MEMSPACE void fatfs_rmdir(char *name)
MEMSPACE void fatfs_create(char *name, char *str)