#[repr(u8)]pub enum PllEnetBypassClkSrc {
REF_CLK_24M = 0,
CLK1 = 1,
_RESERVED_2 = 2,
_RESERVED_3 = 3,
}Variants§
REF_CLK_24M = 0
Select the 24MHz oscillator as source.
CLK1 = 1
Select the CLK1_N / CLK1_P as source.
_RESERVED_2 = 2
_RESERVED_3 = 3
Implementations§
Trait Implementations§
Source§impl Clone for PllEnetBypassClkSrc
impl Clone for PllEnetBypassClkSrc
Source§fn clone(&self) -> PllEnetBypassClkSrc
fn clone(&self) -> PllEnetBypassClkSrc
Returns a duplicate 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 PllEnetBypassClkSrc
impl Debug for PllEnetBypassClkSrc
Source§impl From<PllEnetBypassClkSrc> for u8
impl From<PllEnetBypassClkSrc> for u8
Source§fn from(val: PllEnetBypassClkSrc) -> u8
fn from(val: PllEnetBypassClkSrc) -> u8
Converts to this type from the input type.
Source§impl From<u8> for PllEnetBypassClkSrc
impl From<u8> for PllEnetBypassClkSrc
Source§fn from(val: u8) -> PllEnetBypassClkSrc
fn from(val: u8) -> PllEnetBypassClkSrc
Converts to this type from the input type.
Source§impl Ord for PllEnetBypassClkSrc
impl Ord for PllEnetBypassClkSrc
Source§fn cmp(&self, other: &PllEnetBypassClkSrc) -> Ordering
fn cmp(&self, other: &PllEnetBypassClkSrc) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for PllEnetBypassClkSrc
impl PartialEq for PllEnetBypassClkSrc
Source§impl PartialOrd for PllEnetBypassClkSrc
impl PartialOrd for PllEnetBypassClkSrc
impl Copy for PllEnetBypassClkSrc
impl Eq for PllEnetBypassClkSrc
impl StructuralPartialEq for PllEnetBypassClkSrc
Auto Trait Implementations§
impl Freeze for PllEnetBypassClkSrc
impl RefUnwindSafe for PllEnetBypassClkSrc
impl Send for PllEnetBypassClkSrc
impl Sync for PllEnetBypassClkSrc
impl Unpin for PllEnetBypassClkSrc
impl UnwindSafe for PllEnetBypassClkSrc
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