Versions Compared

Key

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

...

Anchor10467311046731 Provided Device Drivers Anchor10573561057356Portable device drivers are provided for standard media categories:anchor10573571057357

...

Anchor10573531057353Table 9Table 11-1 summarizes the drivers, driver names and driver API structure names. If you require more information about a driver, please consult the listed chapter. Anchor10543061054306  

...

Driver

...

...

Driver Name

...

...

Driver API Structure Name

...

Reference

...

...

RAM disk

...

“ram:”

...

...

FSDev_RAM

...

...

“sd:” / “sdcard:”

...

FSDev_SD_SPI / FSDev_SD_Card

...

Chapter 14

NAND

“nand:”

...

...

FSDev_NAND

...

Chapter 15

NOR

“nor:”

...

...

FSDev_NOR

...

Chapter 16

MSC

“msc:”

FSDev_MSC

...

Table 11-1 Device driver API structures

...

Anchor10530551053055

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