pub struct InternalRefClock<POut, PIn> { /* private fields */ }Expand description
RMII reference clock derived from the ESP32-P4 MPLL at 50 MHz.
The MPLL output is driven out on a REF_50M_CLK output pad (GPIO23 or
GPIO39) and must be looped back externally into one of the EMAC_RMII_CLK
input pads (GPIO32, GPIO44, or GPIO50).
Implementations§
Source§impl<POut, PIn> InternalRefClock<POut, PIn>
impl<POut, PIn> InternalRefClock<POut, PIn>
Trait Implementations§
Source§impl<POut: RmiiClkOut, PIn: RmiiClkIn> RmiiClockConfig for InternalRefClock<POut, PIn>
Available on crate feature unstable only.
impl<POut: RmiiClkOut, PIn: RmiiClkIn> RmiiClockConfig for InternalRefClock<POut, PIn>
Available on crate feature
unstable only.