Struct esp32c6::uhci0::quick_sent::R
source · pub struct R(_);
Expand description
Register QUICK_SENT
reader
Implementations§
source§impl 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 - Configures single_send mode.
sourcepub fn always_send_num(&self) -> ALWAYS_SEND_NUM_R
pub fn always_send_num(&self) -> ALWAYS_SEND_NUM_R
Bits 4:6 - Configures 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 sending short packet with always_send mode.
Methods from Deref<Target = R<QUICK_SENT_SPEC>>§
Trait Implementations§
Auto Trait Implementations§
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more