common: Add the register module.
authorTilman Sauerbeck <tilman@code-monkey.de>
Sun, 16 Jun 2019 19:05:58 +0000 (21:05 +0200)
committerTilman Sauerbeck <tilman@code-monkey.de>
Sun, 7 Jul 2019 07:58:43 +0000 (09:58 +0200)
commitd89a89f1bd29537732c7a718ce5d8760b60a8238
tree8777d4cf175cf4a856bac233de5fc863424e53fc
parent2ba47a16e6f1c3f6870e7de21cd9ea09c9623d7a
common: Add the register module.

Allows 8, 16 or 32 bit access to peripheral registers.
SConscript.libcommon
src/common/lib.rs
src/common/register.rs [new file with mode: 0644]