Struct embassy_stm32::peripherals::MDIOS
source · pub struct MDIOS { /* private fields */ }
Expand description
MDIOS peripheral
Implementations§
Trait Implementations§
source§impl Peripheral for MDIOS
impl Peripheral for MDIOS
source§impl RccPeripheral for MDIOS
impl RccPeripheral for MDIOS
fn frequency() -> Hertz
fn enable_and_reset_with_cs(_cs: CriticalSection<'_>)
fn disable_with_cs(_cs: CriticalSection<'_>)
fn enable_and_reset()
fn disable()
impl RccPeripheral for MDIOS
Auto Trait Implementations§
impl RefUnwindSafe for MDIOS
impl Send for MDIOS
impl Sync for MDIOS
impl Unpin for MDIOS
impl UnwindSafe for MDIOS
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more