CARME-M4 BSP
V1.5
|
Low level disk I/O module skeleton for FatFs. More...
Go to the source code of this file.
Macros | |
#define | BLOCK_SIZE 512 |
Functions | |
DSTATUS | disk_initialize (BYTE drv) |
Initialize the SD Card Returns the disk status. More... | |
DSTATUS | disk_status (BYTE drv) |
Return disk status. More... | |
DRESULT | disk_read (BYTE drv, BYTE *buff, DWORD sector, UINT count) |
Read from the SD Card. More... | |
Low level disk I/O module skeleton for FatFs.
Low level disk I/O module skeleton for FatFs.
.
Copyright © 2013, ChaN, all right reserved.
FatFs module is a generic FAT file system module for small embedded systems. This is a free software that opened for education, research and commercial developments under license policy of following terms.
Copyright © 2013, ChaN, all right reserved.
FatFs module is a generic FAT file system module for small embedded systems. This is a free software that opened for education, research and commercial developments under license policy of following terms.
Definition in file diskio.c.