Searched refs:lba2 (Results 1 - 1 of 1) sorted by relevance
/third_party/FatFs/documents/res/ |
H A D | app4.c | 44 DWORD sz_drv, lba, lba2, sz_eblk, pns = 1;
in test_diskio() local 236 lba = 6; lba2 = lba + 0x80000000 / (sz_sect / 2);
in test_diskio() 246 printf(" disk_write(%u, 0x%X, %lu, 1)", pdrv, (UINT)(pbuff+sz_sect), lba2);
in test_diskio() 247 dr = disk_write(pdrv, pbuff+sz_sect, lba2, 1);
in test_diskio() 271 printf(" disk_read(%u, 0x%X, %lu, 1)", pdrv, (UINT)(pbuff+sz_sect), lba2);
in test_diskio() 272 dr = disk_read(pdrv, pbuff+sz_sect, lba2, 1);
in test_diskio()
|
Completed in 1 milliseconds