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.
read
modify
pub struct R<REG> { /* private fields */ }