Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


Code Block
languagecpp
CPU_BOOLEAN  FSDir_Open (CPU_CHAR  *name_full,

...


                         FS_ERR    *p_err);


File

Called from

Code enabled by

fs_dir.c

Application;
fs_opendir();
FSEntry_*

FS_CFG_DIR_EN

Test if a directory is already open. This function is also called by various FSEntry_* functions to prevent concurrent access to an entry in the FAT filesystem.

...