CPU_SIZE_T FSFile_Rd (FS_FILE *p_file,
void *p_dest,
CPU_SIZE_T size,
FS_ERR *p_err);
File | Called from | Code enabled by |
---|---|---|
| Application; | N/A |
Read from a file.
See fs_fread()
for more information.
...