Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


Code Block
languagecpp
void  FSDev_Wr (CPU_CHAR    *name_dev,

...


                void        *p_src,

...


                FS_SEC_NBR   start,

...


                FS_SEC_QTY   cnt,

...


                FS_ERR      *p_err);


File

Called from

Code enabled by

fs_dev.c

Application

not FS_CFG_RD_ONLY_EN

Write data to device sector(s). See also Raw Device I/O.

...