FS_FAT_VolChk()

void  FS_FAT_VolChk (CPU_CHAR  *name_vol,
                     FS_ERR    *p_err);

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.