Versions Compared

Key

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


Code Block
languagecpp
void  FSDev_Open (CPU_CHAR  *name_dev,

...


                  void      *p_dev_cfg,

...


                  FS_ERR    *p_err);


File

Called from

Code enabled by

fs_dev.c

Application

N/A

...

Pointer to variable that will receive the return error code from this function (see Note #1):

FS_ERR_NONE

Device opened successfully.

...