Struct esp32s3_hal::pac::rtc_cntl::cocpu_disable::R
pub struct R(_);
Expand description
Register COCPU_DISABLE
reader
Implementations§
§impl R
impl R
pub fn disable_rtc_cpu(&self) -> BitReaderRaw<bool>
pub fn disable_rtc_cpu(&self) -> BitReaderRaw<bool>
Bit 31 - configure ulp diable
Methods from Deref<Target = R<COCPU_DISABLE_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<COCPU_DISABLE_SPEC>> for R
impl From<R<COCPU_DISABLE_SPEC>> for R
§fn from(reader: R<COCPU_DISABLE_SPEC>) -> R
fn from(reader: R<COCPU_DISABLE_SPEC>) -> R
Converts to this type from the input type.