Struct esp32s2::rtc_cntl::ulp_cp_timer_1::W
source · pub struct W(_);
Expand description
Register ULP_CP_TIMER_1
writer
Implementations
sourceimpl W
impl W
sourcepub fn ulp_cp_timer_slp_cycle(&mut self) -> ULP_CP_TIMER_SLP_CYCLE_W<'_, 8>
pub fn ulp_cp_timer_slp_cycle(&mut self) -> ULP_CP_TIMER_SLP_CYCLE_W<'_, 8>
Bits 8:31 - Set sleep cycles for ULP coprocessor timer
Methods from Deref<Target = W<ULP_CP_TIMER_1_SPEC>>
Trait Implementations
sourceimpl From<W<ULP_CP_TIMER_1_SPEC>> for W
impl From<W<ULP_CP_TIMER_1_SPEC>> for W
sourcefn from(writer: W<ULP_CP_TIMER_1_SPEC>) -> Self
fn from(writer: W<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