Type Alias esp32c6_lp::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 */ }