Struct esp32c3::rtc_cntl::ulp_cp_timer_1::R
source · pub struct R(_);Expand description
Register ULP_CP_TIMER_1 reader
Implementations§
source§impl 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§
Auto Trait Implementations§
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more