...
FS_FAT_CFG_JOURNAL_EN
selects whether journaling functions will be present. When DEF_ENABLED
, journaling functions are present; when DEF_DISABLED
, journaling functions are not present. If disabled, the functions in the table below will not be available.
Panel | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|
|
These functions are not included if FS_FAT_CFG_JOURNAL_EN
is DEF_DISABLED
.
FS_FAT_CFG_VOL_CHK_EN
FS_FAT_CFG_VOL_CHK_EN
selects whether volume check is supported. When DEF_ENABLED
, volume check is supported; when DEF_DISABLED
, the function FS_FAT_VolChk()
will not be available.
...