Struct stm32f4xx_hal::pac::otg_fs_device::diepint1::W
source · [−]pub struct W(_);
Expand description
Register DIEPINT1
writer
Implementations
sourceimpl W
impl W
sourcepub fn inepne(&mut self) -> BitWriterRaw<'_, u32, DIEPINT1_SPEC, bool, BitM, 6>
pub fn inepne(&mut self) -> BitWriterRaw<'_, u32, DIEPINT1_SPEC, bool, BitM, 6>
Bit 6 - INEPNE
sourcepub fn ittxfe(&mut self) -> BitWriterRaw<'_, u32, DIEPINT1_SPEC, bool, BitM, 4>
pub fn ittxfe(&mut self) -> BitWriterRaw<'_, u32, DIEPINT1_SPEC, bool, BitM, 4>
Bit 4 - ITTXFE
sourcepub fn toc(&mut self) -> BitWriterRaw<'_, u32, DIEPINT1_SPEC, bool, BitM, 3>
pub fn toc(&mut self) -> BitWriterRaw<'_, u32, DIEPINT1_SPEC, bool, BitM, 3>
Bit 3 - TOC
sourcepub fn epdisd(&mut self) -> BitWriterRaw<'_, u32, DIEPINT1_SPEC, bool, BitM, 1>
pub fn epdisd(&mut self) -> BitWriterRaw<'_, u32, DIEPINT1_SPEC, bool, BitM, 1>
Bit 1 - EPDISD
sourcepub fn xfrc(&mut self) -> BitWriterRaw<'_, u32, DIEPINT1_SPEC, bool, BitM, 0>
pub fn xfrc(&mut self) -> BitWriterRaw<'_, u32, DIEPINT1_SPEC, bool, BitM, 0>
Bit 0 - XFRC
Methods from Deref<Target = W<DIEPINT1_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<DIEPINT1_SPEC>> for W
impl From<W<DIEPINT1_SPEC>> for W
sourcefn from(writer: W<DIEPINT1_SPEC>) -> W
fn from(writer: W<DIEPINT1_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