pub struct DMAMFBOCRrs;Expand description
Ethernet DMA missed frame and buffer overflow counter register
You can read this register and get dmamfbocr::R. See API.
See register structure
Trait Implementations§
Source§impl RegisterSpec for DMAMFBOCRrs
impl RegisterSpec for DMAMFBOCRrs
Source§impl Resettable for DMAMFBOCRrs
reset() method sets DMAMFBOCR to value 0
impl Resettable for DMAMFBOCRrs
reset() method sets DMAMFBOCR to value 0
Source§const RESET_VALUE: <Self as RegisterSpec>::Ux = <Self::Ux>::ZERO
const RESET_VALUE: <Self as RegisterSpec>::Ux = <Self::Ux>::ZERO
Reset value of the register.
Source§fn reset_value() -> Self::Ux
fn reset_value() -> Self::Ux
Reset value of the register.
impl Readable for DMAMFBOCRrs
read() method returns dmamfbocr::R reader structure
Auto Trait Implementations§
impl Freeze for DMAMFBOCRrs
impl RefUnwindSafe for DMAMFBOCRrs
impl Send for DMAMFBOCRrs
impl Sync for DMAMFBOCRrs
impl Unpin for DMAMFBOCRrs
impl UnwindSafe for DMAMFBOCRrs
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