Struct esp32s3::rtc_cntl::ulp_cp_timer_1::R
source · pub struct R(_);
Expand description
Register ULP_CP_TIMER_1
reader
Implementations
sourceimpl R
impl R
sourcepub fn ulp_cp_timer_slp_cycle(&self) -> ULP_CP_TIMER_SLP_CYCLE_R
pub fn ulp_cp_timer_slp_cycle(&self) -> ULP_CP_TIMER_SLP_CYCLE_R
Bits 8:31 - sleep cycles for ULP-coprocessor timer
Methods from Deref<Target = R<ULP_CP_TIMER_1_SPEC>>
Trait Implementations
sourceimpl From<R<ULP_CP_TIMER_1_SPEC>> for R
impl From<R<ULP_CP_TIMER_1_SPEC>> for R
sourcefn from(reader: R<ULP_CP_TIMER_1_SPEC>) -> Self
fn from(reader: R<ULP_CP_TIMER_1_SPEC>) -> Self
Converts to this type from the input type.
Auto Trait Implementations
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more