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§
impl Freeze for W
impl RefUnwindSafe for W
impl Send for W
impl Sync for W
impl Unpin for W
impl UnwindSafe for W
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