![]() |
LPCOpen Platform
LPCOpen Platform for NXP LPC Microcontrollers
|
Go to the source code of this file.
Functions | |
DSTATUS | disk_initialize (BYTE drv) |
Initialize Disk Drive. | |
DRESULT | disk_ioctl (BYTE drv, BYTE ctrl, void *buff) |
Disk Drive miscellaneous Functions. | |
DRESULT | disk_read (BYTE drv, BYTE *buff, DWORD sector, BYTE count) |
Read Sector(s) | |
DSTATUS | disk_status (BYTE drv) |
Get Disk Status. | |
DRESULT | disk_write (BYTE drv, const BYTE *buff, DWORD sector, BYTE count) |
Write Sector(s) | |
void | disk_timerproc (void) |
Device timer function. | |
void disk_timerproc | ( | void | ) |