pub trait WritableRegister: Register { }
Expand description

Trait a writable register, like a register but can be written to

Implementors