Code Block | ||
---|---|---|
| ||
void FSVol_Open (CPU_CHAR *name_vol,
CPU_CHAR *name_dev,
FS_PARTITION_NBR partition_nbr,
FS_ERR *p_err); |
File | Called from | Code enabled by |
---|---|---|
| Application | N/A |
...
Pointer to variable that will receive the return error code from this function. See Note #2 .
FS_ERR_NONE
Volume opened.
...