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