Searched refs:SET_BIT (Results 1 – 3 of 3) sorted by relevance
229 #define SET_BIT(reg, pos) (reg |= ((uint32_t)1<<pos)) macro
235 #define SET_BIT(reg, pos) (reg |= ((uint32_t)1<<pos)) macro