#include <file_config.h>
BOOL ioc_read_sect (
U32 sect, /* Absolute sector address. */
U8* buf, /* Location where to write the read data. */
U32 cnt, /* Number of sectors to read. */
FAT_VI* vi); /* Pointer to media control block */
Description
The function ioc_read_sect reads data from one or more
sectors of a the FAT Media.
The parameter sect specifies the starting
sector from where to read the data. The parameter buf is a pointer to the buffer that stores the data. The
parameter cnt specifies the number of sectors to read. The
parameter vi is a pointer specifying the media
control block.
The function is included in the library RL-FlashFS. The prototype
is defined in the file File_Config.h.
Arm’s Privacy Policy has been updated. By continuing to use our site, you consent to Arm’s Privacy Policy. Please review our Privacy Policy to learn more about our collection, use and transfers of your data.