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 - The bits are used to choose which short packet
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 send a short packet
sourcepub fn always_send_num(&self) -> ALWAYS_SEND_NUM_R
pub fn always_send_num(&self) -> ALWAYS_SEND_NUM_R
Bits 4:6 - The bits are used to choose which short packet
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 continuously send the same short packet
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