...
void FSVol_Rd (CPU_CHAR *name_vol,
...
void *p_dest,
...
FS_SEC_NBR start,
...
FS_SEC_QTY cnt,
...
FS_ERR *p_err);
...
...
File |
...
Called from |
...
...
Code enabled by |
...
...
|
...
Application |
...
...
N/A |
...
Arguments
Anchor
name_vol
Volume name.
...
p_dest
Pointer to destination buffer.
...
start
anchorStart sector of read.
Anchor
cnt
Number of sectors to read
...
p_err
Pointer to variable that will receive the return error code from this function
...
...
FS_ERR_NONE
...
class | WebWorks_Indent_2 |
---|
...
Sector(s) read.
...
...
FS_ERR_DEV
...
class | WebWorks_Indent_2 |
---|
...
...
Device access error.
...
class | WebWorks_Indent_1 |
---|
...
...
FS_ERR_NAME_NULL
...
class | WebWorks_Indent_2 |
---|
...
Argument name_vol
passed a NULL pointer.
...
class | WebWorks_Indent_1 |
---|
...
...
FS_ERR_NULL_PTR
...
class | WebWorks_Indent_2 |
---|
...
Argument p_dest
passed a NULL pointer.
...
class | WebWorks_Indent_1 |
---|
...
FS_ERR_VOL_NOT_MOUNTED
...
class | WebWorks_Indent_2 |
---|
...
Volume is not mounted.
...
...
class | WebWorks_Indent_1 |
---|
...
FS_ERR_VOL_NOT_OPEN
...
...
class | WebWorks_Indent_2 |
---|
...
Volume is not open.
...
...
Returned Value
Anchor
Required Configuration
...
Notes/Warnings
...
None.