Struct esp32s3_hal::pac::uhci0::quick_sent::W
pub struct W(_);
Expand description
Register QUICK_SENT
writer
Implementations
impl W
impl W
pub fn single_send_num(
&mut self
) -> FieldWriterRaw<'_, u32, QUICK_SENT_SPEC, u8, u8, Unsafe, 3, 0>
pub fn single_send_num(
&mut self
) -> FieldWriterRaw<'_, u32, QUICK_SENT_SPEC, u8, u8, Unsafe, 3, 0>
Bits 0:2 - This register is used to specify the single_send register.
pub fn single_send_en(
&mut self
) -> BitWriterRaw<'_, u32, QUICK_SENT_SPEC, bool, BitM, 3>
pub fn single_send_en(
&mut self
) -> BitWriterRaw<'_, u32, QUICK_SENT_SPEC, bool, BitM, 3>
Bit 3 - Set this bit to enable single_send mode to send short packet.
pub fn always_send_num(
&mut self
) -> FieldWriterRaw<'_, u32, QUICK_SENT_SPEC, u8, u8, Unsafe, 3, 4>
pub fn always_send_num(
&mut self
) -> FieldWriterRaw<'_, u32, QUICK_SENT_SPEC, u8, u8, Unsafe, 3, 4>
Bits 4:6 - This register is used to specify the always_send register.
pub fn always_send_en(
&mut self
) -> BitWriterRaw<'_, u32, QUICK_SENT_SPEC, bool, BitM, 7>
pub fn always_send_en(
&mut self
) -> BitWriterRaw<'_, u32, QUICK_SENT_SPEC, bool, BitM, 7>
Bit 7 - Set this bit to enable always_send mode to send short packet.
Methods from Deref<Target = W<QUICK_SENT_SPEC>>
pub unsafe fn bits(&mut self, bits: <REG as RegisterSpec>::Ux) -> &mut W<REG>
pub unsafe fn bits(&mut self, bits: <REG as RegisterSpec>::Ux) -> &mut W<REG>
Writes raw bits to the register.
Safety
Read datasheet or reference manual to find what values are allowed to pass.
Trait Implementations
impl From<W<QUICK_SENT_SPEC>> for W
impl From<W<QUICK_SENT_SPEC>> for W
fn from(writer: W<QUICK_SENT_SPEC>) -> W
fn from(writer: W<QUICK_SENT_SPEC>) -> W
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