Searched refs:ncyc (Results 1 – 1 of 1) sorted by relevance
/third_party/FatFs/documents/res/ |
D | app4.c | 38 UINT ncyc, /* Number of test cycles */ in test_diskio() argument 51 printf("test_diskio(%u, %u, 0x%08X, 0x%08X)\n", pdrv, ncyc, (UINT)buff, sz_buff); in test_diskio() 58 for (cc = 1; cc <= ncyc; cc++) { in test_diskio() 59 printf("**** Test cycle %u of %u start ****\n", cc, ncyc); in test_diskio() 287 printf("**** Test cycle %u of %u completed ****\n\n", cc, ncyc); in test_diskio()
|