Searched refs:MEC_BIT_CLR (Results 1 – 1 of 1) sorted by relevance
65 #ifndef MEC_BIT_CLR66 #define MEC_BIT_CLR(d, pos) ((d) &= ~BIT(pos)) macro