Type Alias rp2040_pac::generic::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§
struct R<REG> { /* private fields */ }