Skip to main content

enable_phy_clock

Function enable_phy_clock 

Source
pub fn enable_phy_clock<'d>() -> PhyClockGuard<'d>
Expand description

Enable the PHY clock and acquire a PhyClockGuard.

The PHY clock will only be disabled once all PhyClockGuards are dropped.