Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/flash/
Dfsl_ftfx_controller.c651 uint32_t programSizeOfCurrentPass; in FTFx_CMD_ProgramSection() local
656 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()