pub struct W(/* private fields */);
Expand description
Register DMAMFBOCR
writer
Implementations§
source§impl W
impl W
sourcepub fn mfc(
&mut self
) -> FieldWriterRaw<'_, u32, DMAMFBOCR_SPEC, u16, u16, Unsafe, 16, 0>
pub fn mfc( &mut self ) -> FieldWriterRaw<'_, u32, DMAMFBOCR_SPEC, u16, u16, Unsafe, 16, 0>
Bits 0:15 - Missed frames by the controller
sourcepub fn omfc(&mut self) -> BitWriterRaw<'_, u32, DMAMFBOCR_SPEC, bool, BitM, 16>
pub fn omfc(&mut self) -> BitWriterRaw<'_, u32, DMAMFBOCR_SPEC, bool, BitM, 16>
Bit 16 - Overflow bit for missed frame counter
sourcepub fn mfa(
&mut self
) -> FieldWriterRaw<'_, u32, DMAMFBOCR_SPEC, u16, u16, Unsafe, 11, 17>
pub fn mfa( &mut self ) -> FieldWriterRaw<'_, u32, DMAMFBOCR_SPEC, u16, u16, Unsafe, 11, 17>
Bits 17:27 - Missed frames by the application
sourcepub fn ofoc(&mut self) -> BitWriterRaw<'_, u32, DMAMFBOCR_SPEC, bool, BitM, 28>
pub fn ofoc(&mut self) -> BitWriterRaw<'_, u32, DMAMFBOCR_SPEC, bool, BitM, 28>
Bit 28 - Overflow bit for FIFO overflow counter
Methods from Deref<Target = W<DMAMFBOCR_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§
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