Enum d1_pac::emac::emac_mii_cmd::MDC_DIV_RATIO_M_A
source · #[repr(u8)]pub enum MDC_DIV_RATIO_M_A {
R16 = 0,
R32 = 1,
R64 = 2,
R128 = 3,
}
Expand description
MDC Clock DIvider Ratio
Value on reset: 0
Variants§
Trait Implementations§
source§impl Clone for MDC_DIV_RATIO_M_A
impl Clone for MDC_DIV_RATIO_M_A
source§fn clone(&self) -> MDC_DIV_RATIO_M_A
fn clone(&self) -> MDC_DIV_RATIO_M_A
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for MDC_DIV_RATIO_M_A
impl Debug for MDC_DIV_RATIO_M_A
source§impl From<MDC_DIV_RATIO_M_A> for u8
impl From<MDC_DIV_RATIO_M_A> for u8
source§fn from(variant: MDC_DIV_RATIO_M_A) -> Self
fn from(variant: MDC_DIV_RATIO_M_A) -> Self
Converts to this type from the input type.
source§impl PartialEq for MDC_DIV_RATIO_M_A
impl PartialEq for MDC_DIV_RATIO_M_A
impl Copy for MDC_DIV_RATIO_M_A
impl Eq for MDC_DIV_RATIO_M_A
impl StructuralPartialEq for MDC_DIV_RATIO_M_A
Auto Trait Implementations§
impl Freeze for MDC_DIV_RATIO_M_A
impl RefUnwindSafe for MDC_DIV_RATIO_M_A
impl Send for MDC_DIV_RATIO_M_A
impl Sync for MDC_DIV_RATIO_M_A
impl Unpin for MDC_DIV_RATIO_M_A
impl UnwindSafe for MDC_DIV_RATIO_M_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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
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
)