Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 6 Current »

File

Called from

Code enabled by

fs_fat.c

Application

FS_CFG_FAT_VOL_CHK_EN

Check the file system on a volume.

Arguments

name_vol

Volume name.

p_err

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

FS_ERR_NONE

Volume checked without errors.

FS_ERR_NAME_NULL

Argument “name_vol” passed a null pointer.

FS_ERR_DEV

Device access error.

FS_ERR_VOL_NOT_OPEN

Volume not open.

FS_ERR_BUF_NONE_AVAIL

No buffers available.

Returned Value

None.

Notes/Warnings

None.

 

  • No labels