Home
last modified time | relevance | path

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

/hal_openisa-latest/vega_sdk_riscv/devices/RV32M1/drivers/
Dfsl_flash.c1559 uint32_t nextBlockStartAddress; in FLASH_VerifyErase() local
1575 nextBlockStartAddress = ALIGN_UP(start, blockSize); in FLASH_VerifyErase()
1576 if (nextBlockStartAddress == start) in FLASH_VerifyErase()
1578 nextBlockStartAddress += blockSize; in FLASH_VerifyErase()
1586 uint32_t verifyLength = nextBlockStartAddress - start; in FLASH_VerifyErase()
1607 nextBlockStartAddress += blockSize; in FLASH_VerifyErase()