pub struct W(_);
Expand description
Register Q1_WORD1
writer
Implementations
sourceimpl W
impl W
sourcepub fn send_q1_word1(&mut self) -> SEND_Q1_WORD1_W<'_, 0>
pub fn send_q1_word1(&mut self) -> SEND_Q1_WORD1_W<'_, 0>
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 = W<Q1_WORD1_SPEC>>
Trait Implementations
sourceimpl From<W<Q1_WORD1_SPEC>> for W
impl From<W<Q1_WORD1_SPEC>> for W
sourcefn from(writer: W<Q1_WORD1_SPEC>) -> Self
fn from(writer: W<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