Versions Compared

Key

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

...

The table below summarizes the drivers, driver names and driver API structure names. If you require more information about a driver, please consult the listed chapter.

Panel
borderWidth0
titleTable - Device driver API structures


Driver

Driver Name

Driver API Structure Name

Reference

RAM disk

“ram:”

FSDev_RAM

RAM Disk Driver

SD/MMC

“sd:” / “sdcard:”

FSDev_SD_SPI / FSDev_SD_Card

SD/MMC Driver

NAND

“nand:”

FSDev_NAND

NAND

NOR

“nor:”

FSDev_NOR

NOR

MSC

“msc:”

FSDev_MSC

MSC



 If your medium is not supported by one of these drivers, a new driver can be written based on the template driver. The Device Driver page describes how to do this.