Code Block | ||
---|---|---|
| ||
void FSVol_Fmt (CPU_CHAR *name_vol,
void *p_fs_cfg,
FS_ERR *p_err); |
File | Called from | Code enabled by |
---|---|---|
| Application | not |
...
Pointer to file system driver-specific configuration. For all file system drivers, if this is a pointer to NULL
, then the default configuration will be selected. More information about the appropriate structure for the FAT file system driver can be found in Files FS_FAT_SYS_CFG.
p_err
Pointer to variable that will receive the return error code from this function
...