Portable device drivers are provided for standard media categories:
Table 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.
Driver |
Driver Name |
Driver API Structure Name |
Reference |
RAM disk |
|
|
|
SD/MMC |
|
|
|
NAND |
|
|
|
NOR |
|
|
|
MSC |
|
|
Table 11-1 Device driver API structures
If your medium is not supported by one of these drivers, a new driver can be written based on the template driver. Appendix C, “Device Driver” describes how to do this.