Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/flash/
Dfsl_ftfx_controller.c875 uint32_t nextBlockStartAddress; in FTFx_CMD_VerifyErase() local
892 nextBlockStartAddress = ALIGN_UP(erasestart, blockSize); in FTFx_CMD_VerifyErase()
894 if (nextBlockStartAddress == erasestart) in FTFx_CMD_VerifyErase()
896 nextBlockStartAddress += blockSize; in FTFx_CMD_VerifyErase()
905 uint32_t verifyLength = nextBlockStartAddress - erasestart; in FTFx_CMD_VerifyErase()
928 nextBlockStartAddress += blockSize; in FTFx_CMD_VerifyErase()
/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/flash_ftmr/
Dfsl_flash.c1408 uint32_t nextBlockStartAddress; in FLASH_VerifyErase() local
1432 nextBlockStartAddress = ALIGN_UP(start, blockSize); in FLASH_VerifyErase()
1433 if (nextBlockStartAddress == start) in FLASH_VerifyErase()
1435 nextBlockStartAddress += blockSize; in FLASH_VerifyErase()
1443 uint32_t verifyLength = nextBlockStartAddress - start; in FLASH_VerifyErase()
1491 nextBlockStartAddress += blockSize; in FLASH_VerifyErase()