pub struct W(_);Expand description
Register ULP_CP_TIMER writer
Implementations
sourceimpl W
impl W
sourcepub fn ulp_cp_pc_init(&mut self) -> ULP_CP_PC_INIT_W<'_>
pub fn ulp_cp_pc_init(&mut self) -> ULP_CP_PC_INIT_W<'_>
Bits 0:10 - ULP coprocessor PC initial address
sourcepub fn ulp_cp_gpio_wakeup_ena(&mut self) -> ULP_CP_GPIO_WAKEUP_ENA_W<'_>
pub fn ulp_cp_gpio_wakeup_ena(&mut self) -> ULP_CP_GPIO_WAKEUP_ENA_W<'_>
Bit 29 - Enable the option of ULP coprocessor woken up by RTC GPIO
sourcepub fn ulp_cp_gpio_wakeup_clr(&mut self) -> ULP_CP_GPIO_WAKEUP_CLR_W<'_>
pub fn ulp_cp_gpio_wakeup_clr(&mut self) -> ULP_CP_GPIO_WAKEUP_CLR_W<'_>
Bit 30 - Disable the option of ULP coprocessor woken up by RTC GPIO
sourcepub fn ulp_cp_slp_timer_en(&mut self) -> ULP_CP_SLP_TIMER_EN_W<'_>
pub fn ulp_cp_slp_timer_en(&mut self) -> ULP_CP_SLP_TIMER_EN_W<'_>
Bit 31 - ULP coprocessor timer enable bit. 0: Disable hardware Timer. 1: Enable hardware timer
Methods from Deref<Target = W<ULP_CP_TIMER_SPEC>>
Trait Implementations
sourceimpl From<W<ULP_CP_TIMER_SPEC>> for W
impl From<W<ULP_CP_TIMER_SPEC>> for W
sourcefn from(writer: W<ULP_CP_TIMER_SPEC>) -> Self
fn from(writer: W<ULP_CP_TIMER_SPEC>) -> Self
Converts to this type from the input type.
Auto Trait Implementations
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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