pub struct W(_);
Expand description
Register UNIT0_OP
writer
Implementations§
source§impl W
impl W
sourcepub fn timer_unit0_update(&mut self) -> TIMER_UNIT0_UPDATE_W<'_, 30>
pub fn timer_unit0_update(&mut self) -> TIMER_UNIT0_UPDATE_W<'_, 30>
Bit 30 - update timer_unit0
Methods from Deref<Target = W<UNIT0_OP_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