![]() |
SyterKit 0.4.0.x
SyterKit is a bare-metal framework
|
#include "ff.h"#include "diskio.h"#include <sys-dma.h>#include <sys-dram.h>#include <sys-sdcard.h>
Functions | |
| DSTATUS | disk_status (BYTE pdrv) |
| DSTATUS | disk_initialize (BYTE pdrv) |
| DRESULT | disk_read (BYTE pdrv, BYTE *buff, LBA_t sector, UINT count) |
| DRESULT | disk_write (BYTE pdrv, const BYTE *buff, LBA_t sector, UINT count) |
| DRESULT | disk_ioctl (BYTE pdrv, BYTE cmd, void *buff) |
Variables | |
| static DSTATUS | Stat = STA_NOINIT |
|
static |