Searched refs:programSizeOfCurrentPass (Results 1 – 1 of 1) sorted by relevance
1233 uint32_t programSizeOfCurrentPass; in FLASH_ProgramSection() local1238 programSizeOfCurrentPass = kFLASH_AccelerationRamSize; in FLASH_ProgramSection()1242 programSizeOfCurrentPass = lengthTobeProgrammedOfCurrentSector; in FLASH_ProgramSection()1246 …oid *)FSL_FEATURE_FLASH_FLEX_RAM_START_ADDRESS, src + currentOffset / 4, programSizeOfCurrentPass); in FLASH_ProgramSection()1250 … numberOfPhases = programSizeOfCurrentPass / flashOperationInfo.sectionCmdAddressAligment; in FLASH_ProgramSection()1263 lengthTobeProgrammedOfCurrentSector -= programSizeOfCurrentPass; in FLASH_ProgramSection()1264 currentOffset += programSizeOfCurrentPass; in FLASH_ProgramSection()