pub struct ExternalRefClock<P>(/* private fields */);Expand description
RMII reference clock provided externally by the PHY.
The PHY must drive a 50 MHz clock into one of the EMAC_RMII_CLK input
pads: GPIO32, GPIO44, or GPIO50.
Implementations§
Source§impl<P> ExternalRefClock<P>
impl<P> ExternalRefClock<P>
Trait Implementations§
Source§impl<P: RmiiClkIn> RmiiClockConfig for ExternalRefClock<P>
Available on crate feature unstable only.
impl<P: RmiiClkIn> RmiiClockConfig for ExternalRefClock<P>
Available on crate feature
unstable only.