Versions Compared

Key

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


Code Block
languagecpp
void  FS_FAT_JournalOpen (CPU_CHAR  *name_vol,
                          FS_ERR    *p_err);


File

Called from

Code enabled by

fs_fat_journal.c

Application

FS_CFG_FAT_JOURNAL_EN

...

Pointer to variable that will the receive return error code from this function:

FS_ERR_NONE

Journal opened.

FS_ERR_DEV

Device access error.

Returned Value

None.

Notes/Warnings

...