Enum stm32_metapac::syscfg::vals::EthSelPhy
#[repr(u8)]pub enum EthSelPhy {
MII_GMII = 0,
_RESERVED_1 = 1,
_RESERVED_2 = 2,
_RESERVED_3 = 3,
RMII = 4,
_RESERVED_5 = 5,
_RESERVED_6 = 6,
_RESERVED_7 = 7,
}
Variants§
MII_GMII = 0
GMII or MII
_RESERVED_1 = 1
_RESERVED_2 = 2
_RESERVED_3 = 3
RMII = 4
RMII
_RESERVED_5 = 5
_RESERVED_6 = 6
_RESERVED_7 = 7
Implementations§
Trait Implementations§
§impl Ord for EthSelPhy
impl Ord for EthSelPhy
§impl PartialOrd for EthSelPhy
impl PartialOrd for EthSelPhy
impl Copy for EthSelPhy
impl Eq for EthSelPhy
impl StructuralPartialEq for EthSelPhy
Auto Trait Implementations§
impl Freeze for EthSelPhy
impl RefUnwindSafe for EthSelPhy
impl Send for EthSelPhy
impl Sync for EthSelPhy
impl Unpin for EthSelPhy
impl UnwindSafe for EthSelPhy
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)