#[repr(u8)]pub enum SemcAltClkSel {
SEMC_ALT_CLK_SEL_0 = 0,
SEMC_ALT_CLK_SEL_1 = 1,
}Variants§
SEMC_ALT_CLK_SEL_0 = 0
PLL2 PFD2 will be selected as alternative clock for SEMC root clock
SEMC_ALT_CLK_SEL_1 = 1
PLL3 PFD1 will be selected as alternative clock for SEMC root clock
Implementations§
Source§impl SemcAltClkSel
impl SemcAltClkSel
Trait Implementations§
Source§impl Clone for SemcAltClkSel
impl Clone for SemcAltClkSel
Source§fn clone(&self) -> SemcAltClkSel
fn clone(&self) -> SemcAltClkSel
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 SemcAltClkSel
impl Debug for SemcAltClkSel
Source§impl From<SemcAltClkSel> for u8
impl From<SemcAltClkSel> for u8
Source§fn from(val: SemcAltClkSel) -> u8
fn from(val: SemcAltClkSel) -> u8
Converts to this type from the input type.
Source§impl From<u8> for SemcAltClkSel
impl From<u8> for SemcAltClkSel
Source§fn from(val: u8) -> SemcAltClkSel
fn from(val: u8) -> SemcAltClkSel
Converts to this type from the input type.
Source§impl Ord for SemcAltClkSel
impl Ord for SemcAltClkSel
Source§fn cmp(&self, other: &SemcAltClkSel) -> Ordering
fn cmp(&self, other: &SemcAltClkSel) -> 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 SemcAltClkSel
impl PartialEq for SemcAltClkSel
Source§impl PartialOrd for SemcAltClkSel
impl PartialOrd for SemcAltClkSel
impl Copy for SemcAltClkSel
impl Eq for SemcAltClkSel
impl StructuralPartialEq for SemcAltClkSel
Auto Trait Implementations§
impl Freeze for SemcAltClkSel
impl RefUnwindSafe for SemcAltClkSel
impl Send for SemcAltClkSel
impl Sync for SemcAltClkSel
impl Unpin for SemcAltClkSel
impl UnwindSafe for SemcAltClkSel
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