Struct stm32_eth::WrongClock
source · [−]pub struct WrongClock;
Expand description
HCLK must be at least 25MHz to use the ethernet peripheral.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for WrongClock
impl Send for WrongClock
impl Sync for WrongClock
impl Unpin for WrongClock
impl UnwindSafe for WrongClock
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more