pub struct R(_);Expand description
Register TIMER4 reader
Implementations
sourceimpl R
impl R
sourcepub fn wait_timer(&self) -> WAIT_TIMER_R
pub fn wait_timer(&self) -> WAIT_TIMER_R
Bits 0:8
sourcepub fn powerup_timer(&self) -> POWERUP_TIMER_R
pub fn powerup_timer(&self) -> POWERUP_TIMER_R
Bits 9:15
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
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
Methods from Deref<Target = R<TIMER4_SPEC>>
Trait Implementations
sourceimpl From<R<TIMER4_SPEC>> for R
impl From<R<TIMER4_SPEC>> for R
sourcefn from(reader: R<TIMER4_SPEC>) -> Self
fn from(reader: R<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