Versions Compared

Key

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

...

void  FS_FAT_JournalStart (CPU_CHAR  *name_vol,

...

                           FS_ERR    *p_err);

...

File

...

Called from

...

Code enabled by

...

...

fs_fat_journal.c

...

Application

...

FS_CFG_FAT_JOURNAL_EN

Anchor10946221094622Start journaling on volume. Anchor11057871105787

Arguments

Anchor10946251094625name_vol Anchor11459011145901

Volume name.

Anchor10946261094626p_err Anchor11459081145908

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

...

classWebWorks_Indent_1

...

...

FS_ERR_NONE

...

classWebWorks_Indent_2

...

Journaling started.

...

...

FS_ERR_DEV

...

...

classWebWorks_Indent_2

...

Device access error.

...

Returned Value

Anchor10946301094630None. Anchor11011731101173

Notes/Warnings

...

None.