Searched refs:BIT_CLR (Results 1 – 1 of 1) sorted by relevance
44 #ifndef BIT_CLR45 #define BIT_CLR(v, bpos) (v) &= ~BIT(bpos) macro