...
void FS_FAT_JournalStart (CPU_CHAR *name_vol,
...
FS_ERR *p_err);
...
File |
...
Called from |
...
Code enabled by |
...
...
|
...
Application |
...
|
Anchor
Arguments
Anchor
name_vol
Volume name.
Anchor
p_err
Pointer to variable that will the receive return error code from this function:
...
class | WebWorks_Indent_1 |
---|
...
...
FS_ERR_NONE
...
class | WebWorks_Indent_2 |
---|
...
Journaling started.
...
...
FS_ERR_DEV
...
...
class | WebWorks_Indent_2 |
---|
...
Device access error.
...
Returned Value
Anchor
Notes/Warnings
...
None.