Simple crate to make working with hardware registers easier
Go to file
Sean Cross 5de52c0809 lib: rename accessors to reflect register-or-field
Some accessors work on fields, whereas others work on the whole
register. Rename the functions to reflect what works where.

Signed-off-by: Sean Cross <sean@xobs.io>
2020-09-27 12:05:30 +08:00
src lib: rename accessors to reflect register-or-field 2020-09-27 12:05:30 +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