#[repr(u8)]pub enum Flexspi2ClkSel {
FLEXSPI2_CLK_SEL_0 = 0,
FLEXSPI2_CLK_SEL_1 = 1,
FLEXSPI2_CLK_SEL_2 = 2,
FLEXSPI2_CLK_SEL_3 = 3,
}Variants§
FLEXSPI2_CLK_SEL_0 = 0
derive clock from PLL2 PFD2
FLEXSPI2_CLK_SEL_1 = 1
derive clock from PLL3 PFD0
FLEXSPI2_CLK_SEL_2 = 2
derive clock from PLL3 PFD1
FLEXSPI2_CLK_SEL_3 = 3
derive clock from PLL2 (pll2_main_clk)
Implementations§
Trait Implementations§
Source§impl Clone for Flexspi2ClkSel
impl Clone for Flexspi2ClkSel
Source§fn clone(&self) -> Flexspi2ClkSel
fn clone(&self) -> Flexspi2ClkSel
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 Flexspi2ClkSel
impl Debug for Flexspi2ClkSel
Source§impl From<Flexspi2ClkSel> for u8
impl From<Flexspi2ClkSel> for u8
Source§fn from(val: Flexspi2ClkSel) -> u8
fn from(val: Flexspi2ClkSel) -> u8
Converts to this type from the input type.
Source§impl From<u8> for Flexspi2ClkSel
impl From<u8> for Flexspi2ClkSel
Source§fn from(val: u8) -> Flexspi2ClkSel
fn from(val: u8) -> Flexspi2ClkSel
Converts to this type from the input type.
Source§impl Ord for Flexspi2ClkSel
impl Ord for Flexspi2ClkSel
Source§fn cmp(&self, other: &Flexspi2ClkSel) -> Ordering
fn cmp(&self, other: &Flexspi2ClkSel) -> 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 Flexspi2ClkSel
impl PartialEq for Flexspi2ClkSel
Source§impl PartialOrd for Flexspi2ClkSel
impl PartialOrd for Flexspi2ClkSel
impl Copy for Flexspi2ClkSel
impl Eq for Flexspi2ClkSel
impl StructuralPartialEq for Flexspi2ClkSel
Auto Trait Implementations§
impl Freeze for Flexspi2ClkSel
impl RefUnwindSafe for Flexspi2ClkSel
impl Send for Flexspi2ClkSel
impl Sync for Flexspi2ClkSel
impl Unpin for Flexspi2ClkSel
impl UnwindSafe for Flexspi2ClkSel
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