pub struct W(_);
Expand description
Register LOAD
writer
Implementations§
source§impl W
impl W
sourcepub fn timer_load(&mut self) -> TIMER_LOAD_W<'_, 31>
pub fn timer_load(&mut self) -> TIMER_LOAD_W<'_, 31>
Bit 31 - Set this bit to 1, the value stored in SYSTIMER_TIMER_LOAD_HI and in SYSTIMER_TIMER_LOAD_LO will be loaded to system timer
Methods from Deref<Target = W<LOAD_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