pub struct ApllClock<P>(/* private fields */);Expand description
RMII reference clock generated internally by the ESP32 APLL at 50 MHz.
Should not be used together with Wi-Fi. No other APLL consumer must be active.
The APLL output is routed to GPIO16 (EMAC_CLK_OUT) or GPIO17
(EMAC_CLK_180). Wrap the chosen GPIO:
ⓘ
ApllClock::new(peripherals.GPIO16)Implementations§
Trait Implementations§
Source§impl<P: RmiiClkOut> RmiiClockConfig for ApllClock<P>
Available on crate feature unstable only.
impl<P: RmiiClkOut> RmiiClockConfig for ApllClock<P>
Available on crate feature
unstable only.