pub struct MMCTGFSCCR_SPEC;
Expand description
Ethernet MMC transmitted good frames after a single collision counter
This register you can read
. See API.
For information about available fields see mmctgfsccr module
Trait Implementations§
Source§impl Readable for MMCTGFSCCR_SPEC
read()
method returns mmctgfsccr::R reader structure
impl Readable for MMCTGFSCCR_SPEC
read()
method returns mmctgfsccr::R reader structure
Source§impl RegisterSpec for MMCTGFSCCR_SPEC
impl RegisterSpec for MMCTGFSCCR_SPEC
Source§impl Resettable for MMCTGFSCCR_SPEC
reset()
method sets MMCTGFSCCR to value 0
impl Resettable for MMCTGFSCCR_SPEC
reset()
method sets MMCTGFSCCR to value 0
Source§fn reset_value() -> <MMCTGFSCCR_SPEC as RegisterSpec>::Ux
fn reset_value() -> <MMCTGFSCCR_SPEC as RegisterSpec>::Ux
Reset value of the register.
Auto Trait Implementations§
impl Freeze for MMCTGFSCCR_SPEC
impl RefUnwindSafe for MMCTGFSCCR_SPEC
impl Send for MMCTGFSCCR_SPEC
impl Sync for MMCTGFSCCR_SPEC
impl Unpin for MMCTGFSCCR_SPEC
impl UnwindSafe for MMCTGFSCCR_SPEC
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