We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95f585d commit ff5a8a0Copy full SHA for ff5a8a0
README.md
@@ -208,7 +208,7 @@ REGISTER &= ~((2^N - 1) << X);
208
209
And, finally, we want to set a given bit range to the value we want. We
210
shift that value X positions left, and OR with the current value of the whole
211
-register:
+register (in order to retain other bits' values):
212
213
```c
214
REGISTER |= VALUE << X;
0 commit comments