Home
last modified time | relevance | path

Searched refs:sz_eblk (Results 1 – 1 of 1) sorted by relevance

/third_party/FatFs/documents/res/
Dapp4.c44 DWORD sz_drv, lba, lba2, sz_eblk, pns = 1; in test_diskio() local
103 printf(" disk_ioctl(%u, GET_BLOCK_SIZE, 0x%X)", pdrv, (UINT)&sz_eblk); in test_diskio()
104 sz_eblk = 0; in test_diskio()
105 dr = disk_ioctl(pdrv, GET_BLOCK_SIZE, &sz_eblk); in test_diskio()
111 if (dr == RES_OK || sz_eblk >= 2) { in test_diskio()
112 printf(" Size of the erase block is %lu sectors.\n", sz_eblk); in test_diskio()