Struct Eth
pub struct Eth(pub *mut u8);
Expand description
Ethernet Peripheral
Tuple Fields§
§0: *mut u8
Implementations§
§impl Eth
impl Eth
pub fn ethernet_mac(self) -> EthernetMac
pub fn ethernet_mac(self) -> EthernetMac
Ethernet: media access control (MAC)
pub fn ethernet_ptp(self) -> EthernetPtp
pub fn ethernet_ptp(self) -> EthernetPtp
Ethernet: Precision Time Protocol (PTP)
pub fn ethernet_dma(self) -> EthernetDma
pub fn ethernet_dma(self) -> EthernetDma
Ethernet: DMA mode register (DMA)
Trait Implementations§
impl Copy for Eth
impl Eq for Eth
impl Send for Eth
impl StructuralPartialEq for Eth
impl Sync for Eth
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