Searched refs:expectedCRC (Results 1 – 1 of 1) sorted by relevance
24 static unsigned short expectedCRC; variable171 if (expectedCRC != 0) { in GetByte()194 expectedCRC = 0; in ispVM()201 expectedCRC = crc; in ispVM()251 if (cRetCode == 0 && expectedCRC != 0 && in ispVM()252 (expectedCRC != g_usCalculatedCRC)) { in ispVM()253 printf("Expected CRC: 0x%.4X\n", expectedCRC); in ispVM()
Completed in 4 milliseconds