pub trait RmiiClockConfig: Sealed {
// Required method
fn configure(self);
}Expand description
Sealed trait implemented by all RMII clock configurations.
Required Methods§
Implementors§
impl<P: RmiiClkIn> RmiiClockConfig for ExternalRefClock<P>
Available on crate feature
unstable only.impl<P: RmiiClkOut> RmiiClockConfig for ApllClock<P>
Available on crate feature
unstable only.