![]() |
LPCOpen Platform
v1.03
LPCOpen Platform for NXP LPC Microcontrollers
|
Go to the source code of this file.
Functions | |
| DSTATUS | disk_initialize (BYTE drv) |
| DRESULT | disk_read (BYTE drv, BYTE *buff, DWORD sector, BYTE count) |
| DSTATUS | disk_status (BYTE drv) |
| DRESULT | disk_write (BYTE drv, const BYTE *buff, DWORD sector, BYTE count) |
| DRESULT | disk_ioctl (BYTE drv, BYTE ctrl, void *buff) |
Variables | |
| static volatile DSTATUS | Stat = STA_NOINIT |
| static uint8_t * | buff_ptr |
| static uint32_t | buff_sz |
|
static |