pub struct R(_);
Expand description
Register Q1_WORD1
reader
Implementations
sourceimpl R
impl R
sourcepub fn send_q1_word1(&self) -> SEND_Q1_WORD1_R
pub fn send_q1_word1(&self) -> SEND_Q1_WORD1_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<Q1_WORD1_SPEC>>
Trait Implementations
sourceimpl From<R<Q1_WORD1_SPEC>> for R
impl From<R<Q1_WORD1_SPEC>> for R
sourcefn from(reader: R<Q1_WORD1_SPEC>) -> Self
fn from(reader: R<Q1_WORD1_SPEC>) -> Self
Converts to this type from the input type.
Auto Trait Implementations
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more