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