Struct esp32c2_hal::pac::system::cpu_peri_rst_en::R
pub struct R(_);
Expand description
Register CPU_PERI_RST_EN
reader
Implementations§
§impl R
impl R
pub fn rst_en_assist_debug(&self) -> BitReaderRaw<bool>
pub fn rst_en_assist_debug(&self) -> BitReaderRaw<bool>
Bit 6 - Set 1 to let assist_debug module reset
pub fn rst_en_dedicated_gpio(&self) -> BitReaderRaw<bool>
pub fn rst_en_dedicated_gpio(&self) -> BitReaderRaw<bool>
Bit 7 - Set 1 to let dedicated_gpio module reset
Methods from Deref<Target = R<CPU_PERI_RST_EN_SPEC>>§
pub fn bits(&self) -> <REG as RegisterSpec>::Ux
pub fn bits(&self) -> <REG as RegisterSpec>::Ux
Reads raw bits from register.
Trait Implementations§
§impl From<R<CPU_PERI_RST_EN_SPEC>> for R
impl From<R<CPU_PERI_RST_EN_SPEC>> for R
§fn from(reader: R<CPU_PERI_RST_EN_SPEC>) -> R
fn from(reader: R<CPU_PERI_RST_EN_SPEC>) -> R
Converts to this type from the input type.