pub struct R(_);
Expand description
Register TIMER4
reader
Implementations§
source§impl 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§
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