pub struct R(_);
Expand description
Register QUICK_SENT
reader
Implementations
sourceimpl R
impl R
sourcepub fn single_send_num(&self) -> SINGLE_SEND_NUM_R
pub fn single_send_num(&self) -> SINGLE_SEND_NUM_R
Bits 0:2 - This register is used to specify the single_send mode.
sourcepub fn single_send_en(&self) -> SINGLE_SEND_EN_R
pub fn single_send_en(&self) -> SINGLE_SEND_EN_R
Bit 3 - Set this bit to enable single_send mode to send short packets.
sourcepub fn always_send_num(&self) -> ALWAYS_SEND_NUM_R
pub fn always_send_num(&self) -> ALWAYS_SEND_NUM_R
Bits 4:6 - This register is used to specify the always_send mode.
sourcepub fn always_send_en(&self) -> ALWAYS_SEND_EN_R
pub fn always_send_en(&self) -> ALWAYS_SEND_EN_R
Bit 7 - Set this bit to enable always_send mode to send short packets.
Methods from Deref<Target = R<QUICK_SENT_SPEC>>
Trait Implementations
sourceimpl From<R<QUICK_SENT_SPEC>> for R
impl From<R<QUICK_SENT_SPEC>> for R
sourcefn from(reader: R<QUICK_SENT_SPEC>) -> Self
fn from(reader: R<QUICK_SENT_SPEC>) -> Self
Converts to this type from the input type.
Auto Trait Implementations
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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