Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

void  FS_FAT_JournalClose (CPU_CHAR  *name_vol,
                           FS_ERR    *p_err);

File

Called from

Code enabled by

fs_fat_journal.c

Application

FS_CFG_FAT_JOURNAL_EN

Close journal on volume.

Arguments

name_vol

Volume name.

p_err

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

FS_ERR_NONE

Journal closed.

FS_ERR_DEV

Device access error.

Returned Value

None.

Notes/Warnings

None.

  • No labels