Struct stm32f4xx_hal::pac::otg_fs_device::diepctl0::W
source · [−]pub struct W(_);
Expand description
Register DIEPCTL0
writer
Implementations
sourceimpl W
impl W
sourcepub fn mpsiz(
&mut self
) -> FieldWriterRaw<'_, u32, DIEPCTL0_SPEC, u8, u8, Unsafe, 2, 0>
pub fn mpsiz(
&mut self
) -> FieldWriterRaw<'_, u32, DIEPCTL0_SPEC, u8, u8, Unsafe, 2, 0>
Bits 0:1 - Maximum packet size
sourcepub fn stall(&mut self) -> BitWriterRaw<'_, u32, DIEPCTL0_SPEC, bool, BitM, 21>
pub fn stall(&mut self) -> BitWriterRaw<'_, u32, DIEPCTL0_SPEC, bool, BitM, 21>
Bit 21 - STALL handshake
sourcepub fn txfnum(
&mut self
) -> FieldWriterRaw<'_, u32, DIEPCTL0_SPEC, u8, u8, Unsafe, 4, 22>
pub fn txfnum(
&mut self
) -> FieldWriterRaw<'_, u32, DIEPCTL0_SPEC, u8, u8, Unsafe, 4, 22>
Bits 22:25 - TxFIFO number
sourcepub fn cnak(&mut self) -> BitWriterRaw<'_, u32, DIEPCTL0_SPEC, bool, BitM, 26>
pub fn cnak(&mut self) -> BitWriterRaw<'_, u32, DIEPCTL0_SPEC, bool, BitM, 26>
Bit 26 - Clear NAK
sourcepub fn snak(&mut self) -> BitWriterRaw<'_, u32, DIEPCTL0_SPEC, bool, BitM, 27>
pub fn snak(&mut self) -> BitWriterRaw<'_, u32, DIEPCTL0_SPEC, bool, BitM, 27>
Bit 27 - Set NAK
sourcepub fn epena(&mut self) -> BitWriterRaw<'_, u32, DIEPCTL0_SPEC, bool, BitM, 31>
pub fn epena(&mut self) -> BitWriterRaw<'_, u32, DIEPCTL0_SPEC, bool, BitM, 31>
Bit 31 - Endpoint enable
Methods from Deref<Target = W<DIEPCTL0_SPEC>>
sourcepub 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.
Trait Implementations
sourceimpl From<W<DIEPCTL0_SPEC>> for W
impl From<W<DIEPCTL0_SPEC>> for W
sourcefn from(writer: W<DIEPCTL0_SPEC>) -> W
fn from(writer: W<DIEPCTL0_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