pub struct W(_);
Expand description
Register QUICK_SENT
writer
Implementations
sourceimpl W
impl W
sourcepub fn single_send_num(&mut self) -> SINGLE_SEND_NUM_W<'_, 0>
pub fn single_send_num(&mut self) -> SINGLE_SEND_NUM_W<'_, 0>
Bits 0:2 - This register is used to specify the single_send register.
sourcepub fn single_send_en(&mut self) -> SINGLE_SEND_EN_W<'_, 3>
pub fn single_send_en(&mut self) -> SINGLE_SEND_EN_W<'_, 3>
Bit 3 - Set this bit to enable single_send mode to send short packet.
sourcepub fn always_send_num(&mut self) -> ALWAYS_SEND_NUM_W<'_, 4>
pub fn always_send_num(&mut self) -> ALWAYS_SEND_NUM_W<'_, 4>
Bits 4:6 - This register is used to specify the always_send register.
sourcepub fn always_send_en(&mut self) -> ALWAYS_SEND_EN_W<'_, 7>
pub fn always_send_en(&mut self) -> ALWAYS_SEND_EN_W<'_, 7>
Bit 7 - Set this bit to enable always_send mode to send short packet.
Methods from Deref<Target = W<QUICK_SENT_SPEC>>
Trait Implementations
sourceimpl From<W<QUICK_SENT_SPEC>> for W
impl From<W<QUICK_SENT_SPEC>> for W
sourcefn from(writer: W<QUICK_SENT_SPEC>) -> Self
fn from(writer: W<QUICK_SENT_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