Struct esp32_hal::pac::rtc_cntl::slp_timer0::R
pub struct R(_);
Expand description
Register SLP_TIMER0
reader
Implementations§
§impl R
impl R
pub fn slp_val_lo(&self) -> FieldReaderRaw<u32, u32>
pub fn slp_val_lo(&self) -> FieldReaderRaw<u32, u32>
Bits 0:31 - RTC sleep timer low 32 bits
Methods from Deref<Target = R<SLP_TIMER0_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<SLP_TIMER0_SPEC>> for R
impl From<R<SLP_TIMER0_SPEC>> for R
§fn from(reader: R<SLP_TIMER0_SPEC>) -> R
fn from(reader: R<SLP_TIMER0_SPEC>) -> R
Converts to this type from the input type.