Searched refs:eraseStart (Results 1 – 1 of 1) sorted by relevance
274 uint32_t eraseStart; in FTFx_CMD_Erase() local290 eraseStart = config->opsConfig.convertedAddress; in FTFx_CMD_Erase()294 endAddress = eraseStart + lengthInBytes - 1U; in FTFx_CMD_Erase()306 while (eraseStart <= endAddress) in FTFx_CMD_Erase()309 kFCCOBx[0] = BYTE2WORD_1_3(FTFx_ERASE_SECTOR, eraseStart); in FTFx_CMD_Erase()322 eraseStart += sectorSize; in FTFx_CMD_Erase()334 uint32_t eraseStart; in FTFx_CMD_EraseSectorNonBlocking() local352 eraseStart = config->opsConfig.convertedAddress; in FTFx_CMD_EraseSectorNonBlocking()355 kFCCOBx[0] = BYTE2WORD_1_3(FTFx_ERASE_SECTOR, eraseStart); in FTFx_CMD_EraseSectorNonBlocking()