pub struct R(_);
Expand description
Register RTC_TIMER4
reader
Implementations
sourceimpl R
impl R
sourcepub fn dg_wrap_wait_timer(&self) -> DG_WRAP_WAIT_TIMER_R
pub fn dg_wrap_wait_timer(&self) -> DG_WRAP_WAIT_TIMER_R
Bits 16:24 - Need add desc
sourcepub fn dg_wrap_powerup_timer(&self) -> DG_WRAP_POWERUP_TIMER_R
pub fn dg_wrap_powerup_timer(&self) -> DG_WRAP_POWERUP_TIMER_R
Bits 25:31 - Need add desc
Methods from Deref<Target = R<RTC_TIMER4_SPEC>>
Trait Implementations
sourceimpl From<R<RTC_TIMER4_SPEC>> for R
impl From<R<RTC_TIMER4_SPEC>> for R
sourcefn from(reader: R<RTC_TIMER4_SPEC>) -> Self
fn from(reader: R<RTC_TIMER4_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