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 a1d8614 commit 5189a48Copy full SHA for 5189a48
README.md
@@ -84,7 +84,7 @@ Internally, UART interrupts are implemented using the `uart_flags` variable.
84
| ---- | ---- |
85
| `ie` | `ip` |
86
87
-`ip` and `ie` are similar to the RISC-V `mie` and `mip` registers. UART _i_ corresponds with bit _i_ in both `ip` and `ie`.
+`ip` and `ie` are similar to the RISC-V `mip` and `mie` registers. UART _i_ corresponds with bit _i_ in both `ip` and `ie`.
88
89
### Syscon
90
0 commit comments