Versions Compared

Key

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


...

Code Block
languagecpp
void  FS_FAT_JournalOpen (

...

File Called from Code enabled by
CPU_CHAR  *name_vol,
                          FS_ERR    *p_err);
HTML Table
summary
classPlain_Table
Table Row (tr)
Table Cell (td)
Anchor
11118571111857
Table Cell (td)
Anchor
11118591111859
Table Cell (td)
Anchor
11118611111861
Table Row (tr)
Table Cell (td)
Anchor
11118631111863


File

Called from

Code enabled by

fs_fat_journal.c

...

Application

...

...

FS_CFG_FAT_JOURNAL_EN

...

Open journal on volume. Anchor11057631105763

Arguments

...

name_volanchor11458451145845

Volume name.

Anchor10945921094592p_erranchor11458521145852

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

...

classWebWorks_Indent_1

...

FS_ERR_NONE

...

...

Journal opened.

...

classWebWorks_Indent_1

...

FS_ERR_DEV

...

...

Device access error.

...

Returned Value

Anchor10945961094596None. Anchor11011491101149

Notes/Warnings

...

None.