![]() |
LPCOpen Platform
v1.03
LPCOpen Platform for NXP LPC Microcontrollers
|
#include "fsmci_cfg.h"#include "board.h"#include "chip.h"Go to the source code of this file.
Functions | |
| DSTATUS | disk_initialize (BYTE drv) |
| DRESULT | disk_ioctl (BYTE drv, BYTE ctrl, void *buff) |
| 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) |
Variables | |
| static volatile DSTATUS | Stat = STA_NOINIT |
| static volatile WORD | Timer2 |
| static CARD_HANDLE_T * | hCard |
|
static |
|
static |