Struct EthernetMac
pub struct EthernetMac(pub *mut u8);
Expand description
Ethernet: media access control (MAC)
Tuple Fields§
§0: *mut u8
Implementations§
§impl EthernetMac
impl EthernetMac
pub fn mmctgfsccr(self) -> Reg<Mmctgfsccr, R>
pub fn mmctgfsccr(self) -> Reg<Mmctgfsccr, R>
Ethernet MMC transmitted good frames after a single collision counter
pub fn mmctgfmsccr(self) -> Reg<Mmctgfmsccr, R>
pub fn mmctgfmsccr(self) -> Reg<Mmctgfmsccr, R>
Ethernet MMC transmitted good frames after more than a single collision
pub fn mmcrfcecr(self) -> Reg<Mmcrfcecr, R>
pub fn mmcrfcecr(self) -> Reg<Mmcrfcecr, R>
Ethernet MMC received frames with CRC error counter register
Trait Implementations§
§impl Clone for EthernetMac
impl Clone for EthernetMac
§fn clone(&self) -> EthernetMac
fn clone(&self) -> EthernetMac
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl PartialEq for EthernetMac
impl PartialEq for EthernetMac
impl Copy for EthernetMac
impl Eq for EthernetMac
impl Send for EthernetMac
impl StructuralPartialEq for EthernetMac
impl Sync for EthernetMac
Auto Trait Implementations§
impl Freeze for EthernetMac
impl RefUnwindSafe for EthernetMac
impl Unpin for EthernetMac
impl UnwindSafe for EthernetMac
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