Simple crate to make working with hardware registers easier
Go to file
Sean Cross 30a9171031 lib: replae `usize` with `Register`
This ensures we can't write to random values in memory.

Signed-off-by: Sean Cross <sean@xobs.io>
2020-09-27 11:31:59 +08:00
src lib: replae `usize` with `Register` 2020-09-27 11:31:59 +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