pub enum Chip {
Lan8670,
Lan8671,
Lan8672,
}Expand description
Concrete LAN867x family member, identified at PhyLan867x::init
time from STRAP_CTRL0.PKGTYP.
Variants§
Lan8670
LAN8670 — 32-VQFN, supports both MII and RMII.
Lan8671
LAN8671 — 24-VQFN, RMII only. JetHome hardware target.
Lan8672
LAN8672 — 36-VQFN, MII only.
Trait Implementations§
impl Copy for Chip
impl Eq for Chip
impl StructuralPartialEq for Chip
Auto Trait Implementations§
impl Freeze for Chip
impl RefUnwindSafe for Chip
impl Send for Chip
impl Sync for Chip
impl Unpin for Chip
impl UnsafeUnpin for Chip
impl UnwindSafe for Chip
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