Lines Matching +full:4 +full:- +full:byte
1 /*-----------------------------------------------------------------------/
3 /-----------------------------------------------------------------------*/
16 typedef BYTE DSTATUS;
24 RES_PARERR /* 4: Invalid Parameter */
28 /*---------------------------------------*/
32 DSTATUS disk_initialize (BYTE pdrv);
33 DSTATUS disk_status (BYTE pdrv);
34 DRESULT disk_read (BYTE pdrv, BYTE* buff, DWORD sector, UINT count);
35 DRESULT disk_write (BYTE pdrv, const BYTE* buff, DWORD sector, UINT count);
36 DRESULT disk_ioctl (BYTE pdrv, BYTE cmd, void* buff);
53 #define CTRL_TRIM 4 /* Inform device that the data on the block of sectors is no longer used (nee…