We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d0af76 commit 8b420b9Copy full SHA for 8b420b9
docs/doc-src/mmap.rst
@@ -113,6 +113,10 @@ CSR Access Types:
113
+-------------+---------------------------------------------------------------------+
114
| RW0C | Read & on Write bits with 0 get cleared, bits with 1 left unchanged |
115
116
+| RWC | Read normal; Write Clears (value ignored; always writes a 0) |
117
++-------------+---------------------------------------------------------------------+
118
+| RCW | Read normal & clear after read; Write normal |
119
120
121
Implementation Details
122
----------------------
0 commit comments