Type Alias esp32::rtc_cntl::REG

source ·
pub type REG = Reg<REG_SPEC>;
Expand description

REG (rw) register accessor:

You can read this register and get reg::R. You can reset, write, write_with_zero this register using reg::W. You can also modify this register. See API.

For information about available fields see reg module

Aliased Type§

struct REG { /* private fields */ }