Searched refs:verifyLength (Results 1 – 1 of 1) sorted by relevance
905 uint32_t verifyLength = nextBlockStartAddress - erasestart; in FTFx_CMD_VerifyErase() local907 if (verifyLength > remainingBytes) in FTFx_CMD_VerifyErase()909 verifyLength = remainingBytes; in FTFx_CMD_VerifyErase()913 numberOfPhrases = verifyLength / aligmentInBytes; in FTFx_CMD_VerifyErase()926 remainingBytes -= verifyLength; in FTFx_CMD_VerifyErase()927 erasestart += verifyLength; in FTFx_CMD_VerifyErase()