Searched defs:SET_BIT (Results 1 – 6 of 6) sorted by relevance
248 #define SET_BIT 0 macro
310 #define SET_BIT(reg, mask) (reg |= mask) macro
127 #define SET_BIT(data, idx) ((data) |= 1 << (idx)) macro
31 #define SET_BIT(n) (1<<(n)) macro
91 #define SET_BIT(data, idx) ((data) |= 1 << (idx)) macro
332 #define SET_BIT(data, idx) ((data) |= 1 << (idx)) macro