Home
last modified time | relevance | path

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

/hal_openisa-latest/vega_sdk_riscv/devices/RV32M1/drivers/
Dfsl_flash.c1213 uint32_t currentOffset = 0; in FLASH_ProgramSection() local
1246 …memcpy((void *)FSL_FEATURE_FLASH_FLEX_RAM_START_ADDRESS, src + currentOffset / 4, programSizeOfCur… in FLASH_ProgramSection()
1248 kFCCOBx[0] = BYTES_JOIN_TO_WORD_1_3(FTFx_PROGRAM_SECTION, start + currentOffset); in FLASH_ProgramSection()
1264 currentOffset += programSizeOfCurrentPass; in FLASH_ProgramSection()
1267 src += currentOffset / 4; in FLASH_ProgramSection()
1268 start += currentOffset; in FLASH_ProgramSection()
1269 lengthInBytes -= currentOffset; in FLASH_ProgramSection()