Searched refs:endAddressOfCurrentSector (Results 1 – 1 of 1) sorted by relevance
1211 uint32_t endAddressOfCurrentSector = ALIGN_UP(start, sectorSize); in FLASH_ProgramSection() local1215 if (endAddressOfCurrentSector == start) in FLASH_ProgramSection()1217 endAddressOfCurrentSector += sectorSize; in FLASH_ProgramSection()1220 if (lengthInBytes + start > endAddressOfCurrentSector) in FLASH_ProgramSection()1222 lengthTobeProgrammedOfCurrentSector = endAddressOfCurrentSector - start; in FLASH_ProgramSection()