#include <file_config.h>
BOOL WriteSect (
U32 sect, /* Absolute sector address. */
U8* buf, /* Pointer to buffer with the data to write. */
U32 cnt); /* Number of sectors to read. */
Description
The function WriteSect writes data to one or more sectors
of a FAT drive.
The parameter sect specifies the starting
sector to where data are written. The parameter buf is a pointer to the buffer that holds the data that
should be written. The parameter cnt specifies the number of
sectors to be written.
The function is part of the FAT
Driver. The prototype is defined in the file
File_Config.h. Developers must customize the function.
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.