Simple crate to make working with hardware registers easier
Go to file
Sean Cross 9a96cbbf4f lib: bring `register` into the field definition
By doing this, we prevent a mismatch between registers and fields. The
compiler ought to optimize away the `Register` field.

Signed-off-by: Sean Cross <sean@xobs.io>
2020-09-27 11:44:31 +08:00
src lib: bring `register` into the field definition 2020-09-27 11:44:31 +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