38#define STA_NOINIT 0x01
39#define STA_NODISK 0x02
40#define STA_PROTECT 0x04
47#define GET_SECTOR_COUNT 1
48#define GET_SECTOR_SIZE 2
49#define GET_BLOCK_SIZE 3
59#define MMC_GET_TYPE 10
63#define MMC_GET_SDSTAT 14
70#define ATA_GET_MODEL 21
static ft_void_t ft_uint32_t * cmd
DRESULT disk_read(BYTE pdrv, BYTE *buff, LBA_t sector, UINT count)
DSTATUS disk_initialize(BYTE pdrv)
DSTATUS disk_status(BYTE pdrv)
DRESULT disk_ioctl(BYTE pdrv, BYTE cmd, void *buff)
DRESULT disk_write(BYTE pdrv, const BYTE *buff, LBA_t sector, UINT count)