Versions Compared

Key

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

...

void  FS_FAT_JournalStop (CPU_CHAR  *name_vol,

...

                          FS_ERR    *p_err);

...

File

...

Called from

...

...

Code enabled by

...

fs_fat_journal.c

...

Application

...

FS_CFG_FAT_JOURNAL_EN

Anchor10946391094639Stop journaling on volume. Anchor11057991105799

Arguments

Anchor10946421094642name_volanchor11459291145929

Volume name.

Anchor10946431094643p_erranchor11459361145936

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

...

...

FS_ERR_NONE

...

...

Journaling stopped.

...

classWebWorks_Indent_1

...

FS_ERR_DEV

...

...

Device access error.

...

Returned Value

Anchor10946471094647None. Anchor11011851101185

Notes/Warnings

...

None.