#[repr(u8)]pub enum PllEnetClrBypassClkSrc {
REF_CLK_24M = 0,
_RESERVED_1 = 1,
_RESERVED_2 = 2,
_RESERVED_3 = 3,
}Variants§
REF_CLK_24M = 0
Select the 24MHz oscillator as source.
_RESERVED_1 = 1
_RESERVED_2 = 2
_RESERVED_3 = 3
Implementations§
Trait Implementations§
Source§impl Clone for PllEnetClrBypassClkSrc
impl Clone for PllEnetClrBypassClkSrc
Source§fn clone(&self) -> PllEnetClrBypassClkSrc
fn clone(&self) -> PllEnetClrBypassClkSrc
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 PllEnetClrBypassClkSrc
impl Debug for PllEnetClrBypassClkSrc
Source§impl From<PllEnetClrBypassClkSrc> for u8
impl From<PllEnetClrBypassClkSrc> for u8
Source§fn from(val: PllEnetClrBypassClkSrc) -> u8
fn from(val: PllEnetClrBypassClkSrc) -> u8
Converts to this type from the input type.
Source§impl From<u8> for PllEnetClrBypassClkSrc
impl From<u8> for PllEnetClrBypassClkSrc
Source§fn from(val: u8) -> PllEnetClrBypassClkSrc
fn from(val: u8) -> PllEnetClrBypassClkSrc
Converts to this type from the input type.
Source§impl Ord for PllEnetClrBypassClkSrc
impl Ord for PllEnetClrBypassClkSrc
Source§fn cmp(&self, other: &PllEnetClrBypassClkSrc) -> Ordering
fn cmp(&self, other: &PllEnetClrBypassClkSrc) -> 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 PllEnetClrBypassClkSrc
impl PartialEq for PllEnetClrBypassClkSrc
Source§impl PartialOrd for PllEnetClrBypassClkSrc
impl PartialOrd for PllEnetClrBypassClkSrc
impl Copy for PllEnetClrBypassClkSrc
impl Eq for PllEnetClrBypassClkSrc
impl StructuralPartialEq for PllEnetClrBypassClkSrc
Auto Trait Implementations§
impl Freeze for PllEnetClrBypassClkSrc
impl RefUnwindSafe for PllEnetClrBypassClkSrc
impl Send for PllEnetClrBypassClkSrc
impl Sync for PllEnetClrBypassClkSrc
impl Unpin for PllEnetClrBypassClkSrc
impl UnwindSafe for PllEnetClrBypassClkSrc
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