#[repr(u8)]pub enum SincfiltclkselSel {
ENUM_0X0 = 0,
ENUM_0X1 = 1,
ENUM_0X2 = 2,
ENUM_0X3 = 3,
ENUM_0X4 = 4,
ENUM_0X5 = 5,
ENUM_0X6 = 6,
ENUM_0X7 = 7,
}Variants§
ENUM_0X0 = 0
No clock
ENUM_0X1 = 1
PLL0 clock
ENUM_0X2 = 2
clk_in
ENUM_0X3 = 3
FRO_HF clock
ENUM_0X4 = 4
FRO_12Mhz clock
ENUM_0X5 = 5
PLL1_clk0 clock
ENUM_0X6 = 6
USB PLL clock
ENUM_0X7 = 7
No clock
Implementations§
Trait Implementations§
Source§impl Clone for SincfiltclkselSel
impl Clone for SincfiltclkselSel
Source§fn clone(&self) -> SincfiltclkselSel
fn clone(&self) -> SincfiltclkselSel
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 SincfiltclkselSel
impl Debug for SincfiltclkselSel
Source§impl From<SincfiltclkselSel> for u8
impl From<SincfiltclkselSel> for u8
Source§fn from(val: SincfiltclkselSel) -> u8
fn from(val: SincfiltclkselSel) -> u8
Converts to this type from the input type.
Source§impl From<u8> for SincfiltclkselSel
impl From<u8> for SincfiltclkselSel
Source§fn from(val: u8) -> SincfiltclkselSel
fn from(val: u8) -> SincfiltclkselSel
Converts to this type from the input type.
Source§impl Ord for SincfiltclkselSel
impl Ord for SincfiltclkselSel
Source§fn cmp(&self, other: &SincfiltclkselSel) -> Ordering
fn cmp(&self, other: &SincfiltclkselSel) -> 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 SincfiltclkselSel
impl PartialEq for SincfiltclkselSel
Source§impl PartialOrd for SincfiltclkselSel
impl PartialOrd for SincfiltclkselSel
impl Copy for SincfiltclkselSel
impl Eq for SincfiltclkselSel
impl StructuralPartialEq for SincfiltclkselSel
Auto Trait Implementations§
impl Freeze for SincfiltclkselSel
impl RefUnwindSafe for SincfiltclkselSel
impl Send for SincfiltclkselSel
impl Sync for SincfiltclkselSel
impl Unpin for SincfiltclkselSel
impl UnwindSafe for SincfiltclkselSel
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