#[repr(u8)]pub enum Adc0fclksel1Sel {
ADC0FCLKSEL0_MUX_OUT = 0,
SYSPLL0_MAIN_CLK = 1,
_RESERVED_2 = 2,
SYSPLL0_AUX0_PLL_CLOCK = 3,
_RESERVED_4 = 4,
SYSPLL0_AUX1_PLL_CLOCK = 5,
_RESERVED_6 = 6,
NONE = 7,
}Variants§
ADC0FCLKSEL0_MUX_OUT = 0
ADC0FCLKSEL0 Multiplexed Output.
SYSPLL0_MAIN_CLK = 1
SYSPLL0 MAIN_CLK (PFD0 Output)
_RESERVED_2 = 2
SYSPLL0_AUX0_PLL_CLOCK = 3
SYSPLL0 AUX0_PLL_Clock.
_RESERVED_4 = 4
SYSPLL0_AUX1_PLL_CLOCK = 5
SYSPLL0 AUX1_PLL_Clock.
_RESERVED_6 = 6
NONE = 7
None, this may be selected in order to reduce power when no output is needed.
Implementations§
Trait Implementations§
Source§impl Clone for Adc0fclksel1Sel
impl Clone for Adc0fclksel1Sel
Source§fn clone(&self) -> Adc0fclksel1Sel
fn clone(&self) -> Adc0fclksel1Sel
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 Adc0fclksel1Sel
impl Debug for Adc0fclksel1Sel
Source§impl From<Adc0fclksel1Sel> for u8
impl From<Adc0fclksel1Sel> for u8
Source§fn from(val: Adc0fclksel1Sel) -> u8
fn from(val: Adc0fclksel1Sel) -> u8
Converts to this type from the input type.
Source§impl From<u8> for Adc0fclksel1Sel
impl From<u8> for Adc0fclksel1Sel
Source§fn from(val: u8) -> Adc0fclksel1Sel
fn from(val: u8) -> Adc0fclksel1Sel
Converts to this type from the input type.
Source§impl Ord for Adc0fclksel1Sel
impl Ord for Adc0fclksel1Sel
Source§fn cmp(&self, other: &Adc0fclksel1Sel) -> Ordering
fn cmp(&self, other: &Adc0fclksel1Sel) -> 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 Adc0fclksel1Sel
impl PartialEq for Adc0fclksel1Sel
Source§impl PartialOrd for Adc0fclksel1Sel
impl PartialOrd for Adc0fclksel1Sel
impl Copy for Adc0fclksel1Sel
impl Eq for Adc0fclksel1Sel
impl StructuralPartialEq for Adc0fclksel1Sel
Auto Trait Implementations§
impl Freeze for Adc0fclksel1Sel
impl RefUnwindSafe for Adc0fclksel1Sel
impl Send for Adc0fclksel1Sel
impl Sync for Adc0fclksel1Sel
impl Unpin for Adc0fclksel1Sel
impl UnwindSafe for Adc0fclksel1Sel
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