Home
last modified time | relevance | path

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

/hal_openisa-latest/vega_sdk_riscv/devices/RV32M1/drivers/
Dfsl_flash.c24 #ifndef ALIGN_UP
25 #define ALIGN_UP(x, a) (-((int32_t)((uint32_t)(-((int32_t)(x))) & (uint32_t)(-((int32_t)(a)))))) macro
1211 uint32_t endAddressOfCurrentSector = ALIGN_UP(start, sectorSize); in FLASH_ProgramSection()
1575 nextBlockStartAddress = ALIGN_UP(start, blockSize); in FLASH_VerifyErase()
1915 uint32_t alignedEndAddress = ALIGN_UP(endAddress, flashAccessInfo.SegmentSize); in FLASH_IsExecuteOnly()