Home
last modified time | relevance | path

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

/hal_openisa-latest/vega_sdk_riscv/devices/RV32M1/drivers/
Dfsl_flash.c1233 uint32_t programSizeOfCurrentPass; in FLASH_ProgramSection() local
1238 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()