Versions Compared

Key

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


...

File Called from Code enabled by1110219
HTML Table
summary
classPlain_Table
Table Row (tr)
Table Cell (td)
Anchor
11102131110213
Table Cell (td)
Anchor
11102151110215
Table Cell (td)
Anchor
11102171110217
Table Row (tr)
Table Cell (td)
Anchor
1110219
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

...

Get name of the nth open device. dev_nbr should be between 0 and the return value of FSDev_GetNbrDevs() (inclusive). Anchor11048871104887

Arguments

...

10924911092491dev_nbr Anchor11410431141043

Device number.

...

1092492name_dev Anchor11410501141050

String buffer that will receive the device name (see Note #2).

...

Returned Value

...

10924941092494None. Anchor11002851100285

Notes/Warnings

...

...

  1. name_dev must point to a character array of FS_CFG_MAX_DEV_NAME_LEN characters.

...

  1. If the device does not exist, name_dev will receive an empty string.