Searched refs:WORD_ALIGN_4B_MASK (Results 1 – 3 of 3) sorted by relevance
35 #define WORD_ALIGN_4B_MASK 0x3U /* Masks the first 2 bits */ macro36 #define IS_ADDR_4B_ALIGNED(addr) (((uint32_t)addr & WORD_ALIGN_4B_MASK) == 0U)
32 #define WORD_ALIGN_4B_MASK 0x3U /* Mask the first 2 bits */ macro33 #define IS_ADDR_ALIGNED(ADDR) (((uint32_t)(ADDR) & (WORD_ALIGN_4B_MASK)) == 0U)