pub struct ExternalRefClock<P>(/* private fields */);Expand description
RMII reference clock provided externally by the PHY.
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.