Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/flash/
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()
/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/flash_ftmr/
Dfsl_flash.c1443 uint32_t verifyLength = nextBlockStartAddress - start; in FLASH_VerifyErase() local
1444 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()