Home
last modified time | relevance | path

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

/hal_openisa-latest/vega_sdk_riscv/devices/RV32M1/drivers/
Dfsl_flash.c1211 uint32_t endAddressOfCurrentSector = ALIGN_UP(start, sectorSize); in FLASH_ProgramSection() local
1215 if (endAddressOfCurrentSector == start) in FLASH_ProgramSection()
1217 endAddressOfCurrentSector += sectorSize; in FLASH_ProgramSection()
1220 if (lengthInBytes + start > endAddressOfCurrentSector) in FLASH_ProgramSection()
1222 lengthTobeProgrammedOfCurrentSector = endAddressOfCurrentSector - start; in FLASH_ProgramSection()