HP85 GPIB Disk Emulator  1.0
HP85GPIBDiskEmulator
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Functions
fatfs_tests.c File Reference
#include "user_config.h"
#include "fatfs.h"
#include "time.h"
#include "stringsup.h"

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 int fatfs_ls (char *name)
 

Function Documentation

◆ fatfs_help()

MEMSPACE void fatfs_help ( int  full)

Display FatFs test diagnostics help menu.

Returns
void

Definition at line 45 of file fatfs_tests.c.

Referenced by fatfs_tests(), and help().

◆ fatfs_ls()

MEMSPACE int fatfs_ls ( char *  name)
  • Credit: part of FatFs avr example project (C)ChaN, 2013.
Parameters
[in]ptrpathname of directory to list
See also
fatfs_filinfo_list().
Returns
1 on success or 0 on error

Definition at line 373 of file fatfs_tests.c.

Referenced by fatfs_tests(), and user_task().

◆ fatfs_tests()

MEMSPACE int fatfs_tests ( int  argc,
char *  argv[] 
)

FatFs test parser.

  • Keywords and arguments are matched against fatfs test functions If ther are matched the function along with its argements are called.
Parameters
[in]strUser supplied command line with FatFs test and arguments.
Returns
1 The ruturn code indicates a command matched.
0 if no rules matched

Definition at line 103 of file fatfs_tests.c.

Referenced by user_task().