Searched refs:sz_sect (Results 1 - 1 of 1) sorted by relevance
/third_party/FatFs/documents/res/ |
H A D | app4.c | 45 WORD sz_sect;
in test_diskio() local 88 printf(" disk_ioctl(%u, GET_SECTOR_SIZE, 0x%X)", pdrv, (UINT)&sz_sect);
in test_diskio() 89 sz_sect = 0;
in test_diskio() 90 dr = disk_ioctl(pdrv, GET_SECTOR_SIZE, &sz_sect);
in test_diskio() 97 printf(" Size of sector is %u bytes.\n", sz_sect);
in test_diskio() 99 sz_sect = FF_MAX_SS;
in test_diskio() 120 for (n = 0, pn(pns); n < sz_sect; n++) pbuff[n] = (BYTE)pn(0);
in test_diskio() 137 memset(pbuff, 0, sz_sect);
in test_diskio() 146 for (n = 0, pn(pns); n < sz_sect && pbuff[n] == (BYTE)pn(0); n++) ;
in test_diskio() 147 if (n == sz_sect) {
in test_diskio() [all...] |
Completed in 1 milliseconds