Struct esp32s3::rtc_cntl::ulp_cp_timer::W
source · pub struct W(_);Expand description
Register ULP_CP_TIMER writer
Implementations§
source§impl W
impl W
sourcepub fn ulp_cp_pc_init(&mut self) -> ULP_CP_PC_INIT_W<'_, 0>
pub fn ulp_cp_pc_init(&mut self) -> ULP_CP_PC_INIT_W<'_, 0>
Bits 0:10 - ULP-coprocessor PC initial address
sourcepub fn ulp_cp_gpio_wakeup_ena(&mut self) -> ULP_CP_GPIO_WAKEUP_ENA_W<'_, 29>
pub fn ulp_cp_gpio_wakeup_ena(&mut self) -> ULP_CP_GPIO_WAKEUP_ENA_W<'_, 29>
Bit 29 - ULP-coprocessor wakeup by GPIO enable
sourcepub fn ulp_cp_gpio_wakeup_clr(&mut self) -> ULP_CP_GPIO_WAKEUP_CLR_W<'_, 30>
pub fn ulp_cp_gpio_wakeup_clr(&mut self) -> ULP_CP_GPIO_WAKEUP_CLR_W<'_, 30>
Bit 30 - ULP-coprocessor wakeup by GPIO state clear
sourcepub fn ulp_cp_slp_timer_en(&mut self) -> ULP_CP_SLP_TIMER_EN_W<'_, 31>
pub fn ulp_cp_slp_timer_en(&mut self) -> ULP_CP_SLP_TIMER_EN_W<'_, 31>
Bit 31 - ULP-coprocessor timer enable bit
Methods from Deref<Target = W<ULP_CP_TIMER_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