Home
last modified time | relevance | path

Searched refs:endAddressOfCurrentSector (Results 1 – 1 of 1) sorted by relevance

/hal_nxp-2.7.6/mcux/drivers/kinetis/
Dfsl_ftfx_controller.c629 uint32_t endAddressOfCurrentSector = ALIGN_UP(programaddress, sectorSize); in FTFx_CMD_ProgramSection() local
633 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()