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 section 7-4 “Raw Device IO” Raw Device I/O.

Arguments

name_dev

Device name.

...

Pointer to variable that will receive the return error code from this function

FS_ERR_NONE

Sector(s) written.

FS_ERR_NAME_NULL

Argument name_dev passed a NULL pointer.

FS_ERR_NULL_PTR

Argument p_src passed a NULL pointer.

Or device access error (see section B-4 “Device Error Codes”see µC/FS Error Codes).

Returned Value

None.

Notes/Warnings

  1. Device state change will result from device I/O, not present or timeout error.