HP85 GPIB Disk Emulator
1.0
HP85GPIBDiskEmulator
|
Go to the source code of this file.
Functions | |
MEMSPACE void | fatfs_help (int full) |
Display FatFs test diagnostics help menu. More... | |
MEMSPACE int | fatfs_tests (int argc, char *argv[]) |
FatFs test parser. More... | |
MEMSPACE void | mmc_test (void) |
MEMSPACE int | fatfs_ls (char *name) |
MEMSPACE long | fatfs_cat (char *name) |
MEMSPACE long | fatfs_copy (char *from, char *to) |
MEMSPACE int | fatfs_create (char *name, char *str) |
MEMSPACE int | fatfs_cd (char *name) |
MEMSPACE int | fatfs_mkdir (char *name) |
MEMSPACE int | fatfs_pwd (void) |
MEMSPACE int | fatfs_rename (const char *oldpath, const char *newpath) |
MEMSPACE int | fatfs_rm (char *name) |
MEMSPACE int | fatfs_rmdir (char *name) |
MEMSPACE int | fatfs_stat (char *name) |
MEMSPACE long fatfs_cat | ( | char * | name | ) |
Referenced by fatfs_tests().
MEMSPACE int fatfs_cd | ( | char * | name | ) |
Referenced by fatfs_tests().
MEMSPACE long fatfs_copy | ( | char * | from, |
char * | to | ||
) |
Referenced by fatfs_tests().
MEMSPACE int fatfs_create | ( | char * | name, |
char * | str | ||
) |
Referenced by fatfs_tests().
MEMSPACE void fatfs_help | ( | int | full | ) |
Display FatFs test diagnostics help menu.
Definition at line 45 of file fatfs_tests.c.
Referenced by fatfs_tests(), and help().
MEMSPACE int fatfs_ls | ( | char * | name | ) |
[in] | ptr | pathname of directory to list |
Definition at line 373 of file fatfs_tests.c.
Referenced by fatfs_tests(), and user_task().
MEMSPACE int fatfs_mkdir | ( | char * | name | ) |
Referenced by fatfs_tests().
MEMSPACE int fatfs_pwd | ( | void | ) |
Referenced by fatfs_tests().
MEMSPACE int fatfs_rename | ( | const char * | oldpath, |
const char * | newpath | ||
) |
Referenced by fatfs_tests().
MEMSPACE int fatfs_rm | ( | char * | name | ) |
Referenced by fatfs_tests().
MEMSPACE int fatfs_rmdir | ( | char * | name | ) |
Referenced by fatfs_tests().
MEMSPACE int fatfs_stat | ( | char * | name | ) |
Referenced by fatfs_tests().
MEMSPACE int fatfs_tests | ( | int | argc, |
char * | argv[] | ||
) |
FatFs test parser.
[in] | str | User supplied command line with FatFs test and arguments. |
Definition at line 103 of file fatfs_tests.c.
Referenced by user_task().
MEMSPACE void mmc_test | ( | void | ) |
Referenced by fatfs_tests().