pub struct R(_);
Expand description
Register Q6_WORD0
reader
Implementations§
source§impl R
impl R
sourcepub fn send_q6_word0(&self) -> SEND_Q6_WORD0_R
pub fn send_q6_word0(&self) -> SEND_Q6_WORD0_R
Bits 0:31 - This register stores the content of short packet’s first dword
Methods from Deref<Target = R<Q6_WORD0_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