pub type R<REG> = R<REG>;
Expand description
Register reader.
Result of the read
methods of registers. Also used as a closure argument in the modify
method.
Aliased Type§
struct R<REG> { /* private fields */ }
pub type R<REG> = R<REG>;
Register reader.
Result of the read
methods of registers. Also used as a closure argument in the modify
method.
struct R<REG> { /* private fields */ }