pub struct W(_);
Expand description
Register Q2_WORD1
writer
Implementations§
source§impl W
impl W
sourcepub fn send_q2_word1(&mut self) -> SEND_Q2_WORD1_W<'_, 0>
pub fn send_q2_word1(&mut self) -> SEND_Q2_WORD1_W<'_, 0>
Bits 0:31 - This register stores the content of short packet’s second dword
Methods from Deref<Target = W<Q2_WORD1_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