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