![]() |
LPCOpen Platform
v1.03
LPCOpen Platform for NXP LPC Microcontrollers
|
Go to the source code of this file.
Macros | |
| #define | ATA 0 |
| #define | MMC 1 |
| #define | USB 2 |
Functions | |
| DSTATUS | disk_initialize (BYTE drv) |
| DSTATUS | disk_status (BYTE drv) |
| DRESULT | disk_read (BYTE drv, BYTE *buff, DWORD sector, BYTE count) |
| DRESULT | disk_write (BYTE drv, const BYTE *buff, DWORD sector, BYTE count) |
| DRESULT | disk_ioctl (BYTE drv, BYTE ctrl, void *buff) |