Searched refs:nextBlockStartAddress (Results 1 – 1 of 1) sorted by relevance
1559 uint32_t nextBlockStartAddress; in FLASH_VerifyErase() local1575 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()