Searched refs:endAddressOfCurrentSector (Results 1 – 1 of 1) sorted by relevance
629 uint32_t endAddressOfCurrentSector = ALIGN_UP(programaddress, sectorSize); in FTFx_CMD_ProgramSection() local633 if (endAddressOfCurrentSector == programaddress) in FTFx_CMD_ProgramSection()635 endAddressOfCurrentSector += sectorSize; in FTFx_CMD_ProgramSection()638 if ((lengthInBytes + programaddress) > endAddressOfCurrentSector) in FTFx_CMD_ProgramSection()640 lengthTobeProgrammedOfCurrentSector = endAddressOfCurrentSector - programaddress; in FTFx_CMD_ProgramSection()