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