Searched defs:SET_BIT (Results 1 – 5 of 5) sorted by relevance
156 #define SET_BIT(REG, BIT) ((REG) |= (BIT)) macro
210 #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
12031 #define SET_BIT(REG, BIT) ((REG) |= (BIT)) macro
Completed in 144 milliseconds