#[repr(u8)]pub enum LcdifPreClkSel {
LCDIF_PRE_CLK_SEL_0 = 0,
LCDIF_PRE_CLK_SEL_1 = 1,
LCDIF_PRE_CLK_SEL_2 = 2,
LCDIF_PRE_CLK_SEL_3 = 3,
LCDIF_PRE_CLK_SEL_4 = 4,
LCDIF_PRE_CLK_SEL_5 = 5,
_RESERVED_6 = 6,
_RESERVED_7 = 7,
}Variants§
LCDIF_PRE_CLK_SEL_0 = 0
derive clock from PLL2
LCDIF_PRE_CLK_SEL_1 = 1
derive clock from PLL3 PFD3
LCDIF_PRE_CLK_SEL_2 = 2
derive clock from PLL5
LCDIF_PRE_CLK_SEL_3 = 3
derive clock from PLL2 PFD0
LCDIF_PRE_CLK_SEL_4 = 4
derive clock from PLL2 PFD1
LCDIF_PRE_CLK_SEL_5 = 5
derive clock from PLL3 PFD1
_RESERVED_6 = 6
_RESERVED_7 = 7
Implementations§
Trait Implementations§
Source§impl Clone for LcdifPreClkSel
impl Clone for LcdifPreClkSel
Source§fn clone(&self) -> LcdifPreClkSel
fn clone(&self) -> LcdifPreClkSel
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 LcdifPreClkSel
impl Debug for LcdifPreClkSel
Source§impl From<LcdifPreClkSel> for u8
impl From<LcdifPreClkSel> for u8
Source§fn from(val: LcdifPreClkSel) -> u8
fn from(val: LcdifPreClkSel) -> u8
Converts to this type from the input type.
Source§impl From<u8> for LcdifPreClkSel
impl From<u8> for LcdifPreClkSel
Source§fn from(val: u8) -> LcdifPreClkSel
fn from(val: u8) -> LcdifPreClkSel
Converts to this type from the input type.
Source§impl Ord for LcdifPreClkSel
impl Ord for LcdifPreClkSel
Source§fn cmp(&self, other: &LcdifPreClkSel) -> Ordering
fn cmp(&self, other: &LcdifPreClkSel) -> 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 LcdifPreClkSel
impl PartialEq for LcdifPreClkSel
Source§impl PartialOrd for LcdifPreClkSel
impl PartialOrd for LcdifPreClkSel
impl Copy for LcdifPreClkSel
impl Eq for LcdifPreClkSel
impl StructuralPartialEq for LcdifPreClkSel
Auto Trait Implementations§
impl Freeze for LcdifPreClkSel
impl RefUnwindSafe for LcdifPreClkSel
impl Send for LcdifPreClkSel
impl Sync for LcdifPreClkSel
impl Unpin for LcdifPreClkSel
impl UnwindSafe for LcdifPreClkSel
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