µC/FS API Reference

This chapter provides a reference to µC/FS services. The following information is provided for each entry:

  • A brief description of the service
  • The function prototype
  • The filename of the source code
  • The #define constant required to enable code for the service
  • A description of the arguments passed to the function
  • A description of returned value(s)
  • Specific notes and warnings regarding use of the service
  • One or two examples of how to use the function

Many functions return error codes. These error codes should be checked by the application to ensure that the µC/FS function performed its operation as expected.

Each of the user-accessible file system services is presented in alphabetical order within an appropriate section; the section for a particular function can be determined from its name.

Section

Functions begin with…

General file system functions

FS_

POXIX API functions

fs_

Device functions

FSDev_

Directory functions

FSDir_

Entry functions

FSEntry_

File functions

FSFile_

Time functions

FSTime_

Volume functions

FSVol_

RAMDisk driver functions

FSDev_RAM_

NAND driver functions

FS_NAND

SD/MMC driver functions

FSDev_SD_

NAND driver functions

FSDev_NAND_

NOR driver functions

FSDev_NOR_

MSC driver functions

FSDev_MSC_

FAT functions

FS_FAT_

BSP functions

FS_BSP_

OS functions

FS_OS_