#[repr(u8)]pub enum Misc1SetLvds2ClkSel {
Show 32 variants
ARM_PLL = 0,
SYS_PLL = 1,
PFD4 = 2,
PFD5 = 3,
PFD6 = 4,
PFD7 = 5,
AUDIO_PLL = 6,
VIDEO_PLL = 7,
MLB_PLL = 8,
ETHERNET_REF = 9,
PCIE_REF = 10,
SATA_REF = 11,
USB1_PLL = 12,
USB2_PLL = 13,
PFD0 = 14,
PFD1 = 15,
PFD2 = 16,
PFD3 = 17,
XTAL = 18,
LVDS1 = 19,
LVDS2 = 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.
MLB_PLL = 8
MLB PLL.
ETHERNET_REF = 9
ethernet ref clock (ENET_PLL).
PCIE_REF = 10
PCIe ref clock (125M).
SATA_REF = 11
SATA ref clock (100M).
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).
LVDS1 = 19
LVDS1 (loopback).
LVDS2 = 20
LVDS2 (not useful).
_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 Misc1SetLvds2ClkSel
impl Clone for Misc1SetLvds2ClkSel
Source§fn clone(&self) -> Misc1SetLvds2ClkSel
fn clone(&self) -> Misc1SetLvds2ClkSel
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 Misc1SetLvds2ClkSel
impl Debug for Misc1SetLvds2ClkSel
Source§impl From<Misc1SetLvds2ClkSel> for u8
impl From<Misc1SetLvds2ClkSel> for u8
Source§fn from(val: Misc1SetLvds2ClkSel) -> u8
fn from(val: Misc1SetLvds2ClkSel) -> u8
Converts to this type from the input type.
Source§impl From<u8> for Misc1SetLvds2ClkSel
impl From<u8> for Misc1SetLvds2ClkSel
Source§fn from(val: u8) -> Misc1SetLvds2ClkSel
fn from(val: u8) -> Misc1SetLvds2ClkSel
Converts to this type from the input type.
Source§impl Ord for Misc1SetLvds2ClkSel
impl Ord for Misc1SetLvds2ClkSel
Source§fn cmp(&self, other: &Misc1SetLvds2ClkSel) -> Ordering
fn cmp(&self, other: &Misc1SetLvds2ClkSel) -> 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 Misc1SetLvds2ClkSel
impl PartialEq for Misc1SetLvds2ClkSel
Source§impl PartialOrd for Misc1SetLvds2ClkSel
impl PartialOrd for Misc1SetLvds2ClkSel
impl Copy for Misc1SetLvds2ClkSel
impl Eq for Misc1SetLvds2ClkSel
impl StructuralPartialEq for Misc1SetLvds2ClkSel
Auto Trait Implementations§
impl Freeze for Misc1SetLvds2ClkSel
impl RefUnwindSafe for Misc1SetLvds2ClkSel
impl Send for Misc1SetLvds2ClkSel
impl Sync for Misc1SetLvds2ClkSel
impl Unpin for Misc1SetLvds2ClkSel
impl UnwindSafe for Misc1SetLvds2ClkSel
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