Searched refs:clr_bits (Results 1 – 1 of 1) sorted by relevance
369 static inline void REG_MOD(T* reg, T clr_bits, T set_bits) { in REG_MOD() argument370 REG_WR(reg, static_cast<T>((REG_RD(reg) & ~clr_bits) | set_bits)); in REG_MOD()
Completed in 6 milliseconds