pub trait ReadableRegister: Register { }
Expand description

Trait of a read only register

Implementors