Searched refs:ALIGN_DOWN (Results 1 – 1 of 1) sorted by relevance
21 #ifndef ALIGN_DOWN22 #define ALIGN_DOWN(x, a) ((x) & (uint32_t)(-((int32_t)(a)))) macro1914 uint32_t alignedStartAddress = ALIGN_DOWN(start, flashAccessInfo.SegmentSize); in FLASH_IsExecuteOnly()