R

Type Alias R 

Source
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ยง

pub struct R<REG> { /* private fields */ }