Searched defs:SET_BIT (Results 1 – 7 of 7) sorted by relevance
20 #define SET_BIT(BUF, BITNUM) ((BUF)[(BITNUM) >> 3] |= (0x1 << ((BITNUM) & 0x07))) macro
14 #define SET_BIT(BUF, BITNUM) ((BUF)[(BITNUM) >> 3] |= (0x1 << ((BITNUM) & 0x07))) macro
210 #define SET_BIT(REG, BIT) ((REG) |= (BIT)) macro
156 #define SET_BIT(REG, BIT) ((REG) |= (BIT)) macro
6937 #define SET_BIT(REG, BIT) ((REG) |= (BIT)) macro
8291 #define SET_BIT(REG, BIT) ((REG) |= (BIT)) macro
9930 #define SET_BIT(REG, BIT) ((REG) |= (BIT)) macro
Completed in 139 milliseconds