Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/flash/
Dfsl_ftfx_controller.c590 uint32_t programaddress; in FTFx_CMD_ProgramSection() local
609 programaddress = config->opsConfig.convertedAddress; in FTFx_CMD_ProgramSection()
629 uint32_t endAddressOfCurrentSector = ALIGN_UP(programaddress, sectorSize); in FTFx_CMD_ProgramSection()
633 if (endAddressOfCurrentSector == programaddress) in FTFx_CMD_ProgramSection()
638 if ((lengthInBytes + programaddress) > endAddressOfCurrentSector) in FTFx_CMD_ProgramSection()
640 lengthTobeProgrammedOfCurrentSector = endAddressOfCurrentSector - programaddress; in FTFx_CMD_ProgramSection()
666 kFCCOBx[0] = BYTE2WORD_1_3(FTFx_PROGRAM_SECTION, programaddress + currentOffset); in FTFx_CMD_ProgramSection()
685 programaddress += currentOffset; in FTFx_CMD_ProgramSection()