...
Code Block | ||
---|---|---|
| ||
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 |
Anchor
Arguments
...
name_vol
Volume name.
Anchor
p_dest
anchorPointer to destination buffer.
Anchor
start
Start sector of read.
Anchor
cnt
Number of sectors to read
...
p_err
anchor
Pointer to variable that will receive the return error code from this function
...
...
class | WebWorks_Indent_1 |
---|
...
FS_ERR_NONE
...
...
Sector(s) read.
...
class | WebWorks_Indent_1 |
---|
...
FS_ERR_DEV
...
...
Device access error.
...
...
FS_ERR_NAME_NULL
...
...
Argument name_vol
passed a NULL
pointer.
...
...
FS_ERR_NULL_PTR
...
class | WebWorks_Indent_2 |
---|
...
...
Argument p_dest
passed a NULL
pointer.
...
...
FS_ERR_VOL_NOT_MOUNTED
...
class | WebWorks_Indent_2 |
---|
...
Volume is not mounted.
...
...
FS_ERR_VOL_NOT_OPEN
...
class | WebWorks_Indent_2 |
---|
...
Volume is not open.
...
...
Returned Value
Anchor
Required Configuration
...
Notes/Warnings
...
None.