pub struct R(_);
Expand description
Register ULP_CP_TIMER
reader
Implementations
sourceimpl R
impl R
sourcepub fn ulp_cp_pc_init(&self) -> ULP_CP_PC_INIT_R
pub fn ulp_cp_pc_init(&self) -> ULP_CP_PC_INIT_R
Bits 0:10 - ULP-coprocessor PC initial address
sourcepub fn ulp_cp_gpio_wakeup_ena(&self) -> ULP_CP_GPIO_WAKEUP_ENA_R
pub fn ulp_cp_gpio_wakeup_ena(&self) -> ULP_CP_GPIO_WAKEUP_ENA_R
Bit 29 - ULP-coprocessor wakeup by GPIO enable
sourcepub fn ulp_cp_slp_timer_en(&self) -> ULP_CP_SLP_TIMER_EN_R
pub fn ulp_cp_slp_timer_en(&self) -> ULP_CP_SLP_TIMER_EN_R
Bit 31 - ULP-coprocessor timer enable bit
Methods from Deref<Target = R<ULP_CP_TIMER_SPEC>>
Trait Implementations
sourceimpl From<R<ULP_CP_TIMER_SPEC>> for R
impl From<R<ULP_CP_TIMER_SPEC>> for R
sourcefn from(reader: R<ULP_CP_TIMER_SPEC>) -> Self
fn from(reader: R<ULP_CP_TIMER_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