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 d0c29aa commit c2fbb2cCopy full SHA for c2fbb2c
libraries/tock-register-interface/README.md
@@ -466,5 +466,6 @@ crate. A particularly useful application area for this are CPU
466
registers, such as ARM SPSRs or RISC-V CSRs. It is sufficient to
467
implement the `Readable::get` and `Writeable::set` methods for the
468
rest of the API to be automatically implemented by the crate-provided
469
-traits. For more in-depth documentation on how this works, refer to
470
-the `interfaces` module documentation.
+traits. For more in-depth documentation on how this works, [refer to
+the `interfaces` module
471
+documentation](https://docs.tockos.org/tock_registers/index.html).
0 commit comments