Versions Compared

Key

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


Code Block
languagecpp
void  FSVol_Open (CPU_CHAR          *name_vol,
                  CPU_CHAR          *name_dev,
                  FS_PARTITION_NBR   partition_nbr,
                  FS_ERR            *p_err);


File

Called from

Code enabled by

fs_vol.c

Application

N/A

...

Pointer to variable that will receive the return error code from this function. See Note #2 .

FS_ERR_NONE

Volume opened.

...