Code Block |
---|
void FSDev_Rd (CPU_CHAR *name_dev, |
...
void *p_dest, |
...
FS_SEC_NBR start,D |
...
FS_SEC_QTY cnt, |
...
FS_ERR *p_err); |
File | Called from | Code enabled by |
---|---|---|
| Application | N/A |
Read data from device sector(s). See also section 7-4 “Raw Device IO” Raw Device I/O.
Arguments
name_dev
Device name.
...
Or device access error (see section B-4 “Device Error Codes” µC/FS Error Codes).
Returned Value
None.
Notes/Warnings
- Device state change will result from device I/O, not present or timeout error.