Struct esp32s3::uhci0::quick_sent::W
source · pub struct W(_);Expand description
Register QUICK_SENT writer
Implementations§
source§impl 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§
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