Searched refs:IS_WORD_ALIGNED (Results 1 – 1 of 1) sorted by relevance
59 #define IS_WORD_ALIGNED(x) ((uint64_t)0U == ((uint64_t)(x) & (uint64_t)3U)) macro61 #define IS_WORD_ALIGNED(x) ((uint32_t)0U == ((uint32_t)(x) & (uint32_t)3U)) macro1563 ASSERT(IS_WORD_ALIGNED(rx_pkt_buffer)); in MSS_MAC_receive_pkt()1790 ASSERT(IS_WORD_ALIGNED(tx_buffer)); in MSS_MAC_send_pkt()