Home
last modified time | relevance | path

Searched refs:verifyLength (Results 1 – 1 of 1) sorted by relevance

/hal_nxp-2.7.6/mcux/drivers/kinetis/
Dfsl_ftfx_controller.c905 uint32_t verifyLength = nextBlockStartAddress - erasestart; in FTFx_CMD_VerifyErase() local
907 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()