Versions Compared

Key

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

static const CPU_CHAR *FSDev_####_NameGet (void);

File

Called from

Code enabled by

fs_dev_####.c

various

N/A

Device drivers are identified by unique names, on which device names are based. For example, the unique name for the NAND flash driver is “nand”; the NAND devices will be named “nand:0:”, “nand:1:”, etc.

...