Searched refs:verifyLength (Results 1 – 2 of 2) 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()
1443 uint32_t verifyLength = nextBlockStartAddress - start; in FLASH_VerifyErase() local1444 if (verifyLength > remainingBytes) in FLASH_VerifyErase()1446 verifyLength = remainingBytes; in FLASH_VerifyErase()1448 numberOfPhrases = verifyLength >> flashOperationInfo.sectionCmdAddressAligment; in FLASH_VerifyErase()1489 remainingBytes -= verifyLength; in FLASH_VerifyErase()1490 start += verifyLength; in FLASH_VerifyErase()