Searched refs:ALIGN_UP (Results 1 – 1 of 1) sorted by relevance
24 #ifndef ALIGN_UP25 #define ALIGN_UP(x, a) (-((int32_t)((uint32_t)(-((int32_t)(x))) & (uint32_t)(-((int32_t)(a)))))) macro1211 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()