Searched refs:programSizeOfCurrentPass (Results 1 – 1 of 1) sorted by relevance
651 uint32_t programSizeOfCurrentPass; in FTFx_CMD_ProgramSection() local656 programSizeOfCurrentPass = (uint32_t)kFLASH_AccelerationRamSize; in FTFx_CMD_ProgramSection()660 programSizeOfCurrentPass = lengthTobeProgrammedOfCurrentSector; in FTFx_CMD_ProgramSection()664 …)memcpy((uint8_t *)config->flexramBlockBase, &srcaddress[currentOffset], programSizeOfCurrentPass); in FTFx_CMD_ProgramSection()668 numberOfPhases = programSizeOfCurrentPass / aligmentInBytes; in FTFx_CMD_ProgramSection()680 lengthTobeProgrammedOfCurrentSector -= programSizeOfCurrentPass; in FTFx_CMD_ProgramSection()681 currentOffset += programSizeOfCurrentPass; in FTFx_CMD_ProgramSection()