pub struct R(_);Expand description
Register Q5_WORD0 reader
Implementations§
source§impl R
impl R
sourcepub fn send_q5_word0(&self) -> SEND_Q5_WORD0_R
pub fn send_q5_word0(&self) -> SEND_Q5_WORD0_R
Bits 0:31 - This register is used as a quick_sent register when mode is specified by UHCI_ALWAYS_SEND_NUM or UHCI_SINGLE_SEND_NUM.
Methods from Deref<Target = R<Q5_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