#[repr(u8)]pub enum MDIO_A {
VALUE1 = 0,
VALUE2 = 1,
VALUE3 = 2,
VALUE4 = 3,
}
Expand description
MDIO Input Select
Value on reset: 0
Variants§
VALUE1 = 0
0: Data input MDIA is selected
VALUE2 = 1
1: Data input MDIB is selected
VALUE3 = 2
2: Data input MDIC is selected
VALUE4 = 3
3: Data input MDID is selected
Trait Implementations§
impl Copy for MDIO_A
impl Eq for MDIO_A
impl IsEnum for MDIO_A
impl StructuralPartialEq for MDIO_A
Auto Trait Implementations§
impl Freeze for MDIO_A
impl RefUnwindSafe for MDIO_A
impl Send for MDIO_A
impl Sync for MDIO_A
impl Unpin for MDIO_A
impl UnwindSafe for MDIO_A
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