Simple crate to make working with hardware registers easier
Go to file
Sean Cross fe68f64446 lib: fix accessors so they actually work
We were taking an address of the address, rather than transmuting the
address itself.

Signed-off-by: Sean Cross <sean@xobs.io>
2020-09-27 11:51:17 +08:00
src lib: fix accessors so they actually work 2020-09-27 11:51:17 +08:00
.gitattributes initial commit 2020-09-27 11:27:18 +08:00
.gitignore initial commit 2020-09-27 11:27:18 +08:00
Cargo.toml initial commit 2020-09-27 11:27:18 +08:00