Trait stm32h7xx_hal::ethernet::PHY[][src]

pub trait PHY {
    fn phy_reset(&mut self);
fn phy_init(&mut self); }

Traits for an Ethernet PHY

Required methods

fn phy_reset(&mut self)[src]

Reset PHY and wait for it to come out of reset.

fn phy_init(&mut self)[src]

PHY initialisation.

Loading content...

Implementors

impl<MAC: StationManagement> PHY for KSZ8081R<MAC>[src]

fn phy_reset(&mut self)[src]

Reset PHY and wait for it to come out of reset.

fn phy_init(&mut self)[src]

PHY initialisation.

impl<MAC: StationManagement> PHY for LAN8742A<MAC>[src]

fn phy_reset(&mut self)[src]

Reset PHY and wait for it to come out of reset.

fn phy_init(&mut self)[src]

PHY initialisation.

Loading content...