Versions Compared

Key

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


Code Block
languagecpp
void  FSDev_GetDevName (FS_QTY     dev_nbr,

...


                        CPU_CHAR  *name_dev);


File

Called from

Code enabled by

fs_dev.c

Application

N/A

...

Returned Value

None.

Notes/Warnings

  1. name_dev must point to a character array of FS_CFG_MAX_DEV_NAME_LEN characters.
  2. If the device does not exist, name_dev will receive an empty string.