Code Block | ||
---|---|---|
| ||
void FSDev_GetDevName (FS_QTY dev_nbr, |
...
CPU_CHAR *name_dev); |
File | Called from | Code enabled by |
---|---|---|
| Application | N/A |
...
Returned Value
None.
Notes/Warnings
name_dev
must point to a character array ofFS_CFG_MAX_DEV_NAME_LEN
characters.- If the device does not exist,
name_dev
will receive an empty string.