#[repr(u8)]pub enum Misc1Lvds1ClkSel {
Show 32 variants
ARM_PLL = 0,
SYS_PLL = 1,
PFD4 = 2,
PFD5 = 3,
PFD6 = 4,
PFD7 = 5,
AUDIO_PLL = 6,
VIDEO_PLL = 7,
_RESERVED_8 = 8,
ETHERNET_REF = 9,
_RESERVED_a = 10,
_RESERVED_b = 11,
USB1_PLL = 12,
USB2_PLL = 13,
PFD0 = 14,
PFD1 = 15,
PFD2 = 16,
PFD3 = 17,
XTAL = 18,
_RESERVED_13 = 19,
_RESERVED_14 = 20,
_RESERVED_15 = 21,
_RESERVED_16 = 22,
_RESERVED_17 = 23,
_RESERVED_18 = 24,
_RESERVED_19 = 25,
_RESERVED_1a = 26,
_RESERVED_1b = 27,
_RESERVED_1c = 28,
_RESERVED_1d = 29,
_RESERVED_1e = 30,
_RESERVED_1f = 31,
}Variants§
ARM_PLL = 0
ARM PLL
SYS_PLL = 1
System PLL
PFD4 = 2
ref_pfd4_clk == pll2_pfd0_clk
PFD5 = 3
ref_pfd5_clk == pll2_pfd1_clk
PFD6 = 4
ref_pfd6_clk == pll2_pfd2_clk
PFD7 = 5
ref_pfd7_clk == pll2_pfd3_clk
AUDIO_PLL = 6
Audio PLL
VIDEO_PLL = 7
Video PLL
_RESERVED_8 = 8
ETHERNET_REF = 9
ethernet ref clock (ENET_PLL)
_RESERVED_a = 10
_RESERVED_b = 11
USB1_PLL = 12
USB1 PLL clock
USB2_PLL = 13
USB2 PLL clock
PFD0 = 14
ref_pfd0_clk == pll3_pfd0_clk
PFD1 = 15
ref_pfd1_clk == pll3_pfd1_clk
PFD2 = 16
ref_pfd2_clk == pll3_pfd2_clk
PFD3 = 17
ref_pfd3_clk == pll3_pfd3_clk
XTAL = 18
xtal (24M)
_RESERVED_13 = 19
_RESERVED_14 = 20
_RESERVED_15 = 21
_RESERVED_16 = 22
_RESERVED_17 = 23
_RESERVED_18 = 24
_RESERVED_19 = 25
_RESERVED_1a = 26
_RESERVED_1b = 27
_RESERVED_1c = 28
_RESERVED_1d = 29
_RESERVED_1e = 30
_RESERVED_1f = 31
Implementations§
Trait Implementations§
Source§impl Clone for Misc1Lvds1ClkSel
impl Clone for Misc1Lvds1ClkSel
Source§fn clone(&self) -> Misc1Lvds1ClkSel
fn clone(&self) -> Misc1Lvds1ClkSel
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 Misc1Lvds1ClkSel
impl Debug for Misc1Lvds1ClkSel
Source§impl From<Misc1Lvds1ClkSel> for u8
impl From<Misc1Lvds1ClkSel> for u8
Source§fn from(val: Misc1Lvds1ClkSel) -> u8
fn from(val: Misc1Lvds1ClkSel) -> u8
Converts to this type from the input type.
Source§impl From<u8> for Misc1Lvds1ClkSel
impl From<u8> for Misc1Lvds1ClkSel
Source§fn from(val: u8) -> Misc1Lvds1ClkSel
fn from(val: u8) -> Misc1Lvds1ClkSel
Converts to this type from the input type.
Source§impl Ord for Misc1Lvds1ClkSel
impl Ord for Misc1Lvds1ClkSel
Source§fn cmp(&self, other: &Misc1Lvds1ClkSel) -> Ordering
fn cmp(&self, other: &Misc1Lvds1ClkSel) -> 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 Misc1Lvds1ClkSel
impl PartialEq for Misc1Lvds1ClkSel
Source§impl PartialOrd for Misc1Lvds1ClkSel
impl PartialOrd for Misc1Lvds1ClkSel
impl Copy for Misc1Lvds1ClkSel
impl Eq for Misc1Lvds1ClkSel
impl StructuralPartialEq for Misc1Lvds1ClkSel
Auto Trait Implementations§
impl Freeze for Misc1Lvds1ClkSel
impl RefUnwindSafe for Misc1Lvds1ClkSel
impl Send for Misc1Lvds1ClkSel
impl Sync for Misc1Lvds1ClkSel
impl Unpin for Misc1Lvds1ClkSel
impl UnwindSafe for Misc1Lvds1ClkSel
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