#[repr(u8)]pub enum Adc0fclksel0Sel {
SFRO_CLK = 0,
XTALIN_CLK = 1,
LPOSC = 2,
FFRO_CLK = 3,
_RESERVED_4 = 4,
_RESERVED_5 = 5,
_RESERVED_6 = 6,
NONE = 7,
}Variants§
SFRO_CLK = 0
SFRO Clock.
XTALIN_CLK = 1
XTALIN Clock.
LPOSC = 2
Low Power Oscillator Clock (LPOSC).
FFRO_CLK = 3
FFRO Clock.
_RESERVED_4 = 4
_RESERVED_5 = 5
_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 Adc0fclksel0Sel
impl Clone for Adc0fclksel0Sel
Source§fn clone(&self) -> Adc0fclksel0Sel
fn clone(&self) -> Adc0fclksel0Sel
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 Adc0fclksel0Sel
impl Debug for Adc0fclksel0Sel
Source§impl From<Adc0fclksel0Sel> for u8
impl From<Adc0fclksel0Sel> for u8
Source§fn from(val: Adc0fclksel0Sel) -> u8
fn from(val: Adc0fclksel0Sel) -> u8
Converts to this type from the input type.
Source§impl From<u8> for Adc0fclksel0Sel
impl From<u8> for Adc0fclksel0Sel
Source§fn from(val: u8) -> Adc0fclksel0Sel
fn from(val: u8) -> Adc0fclksel0Sel
Converts to this type from the input type.
Source§impl Ord for Adc0fclksel0Sel
impl Ord for Adc0fclksel0Sel
Source§fn cmp(&self, other: &Adc0fclksel0Sel) -> Ordering
fn cmp(&self, other: &Adc0fclksel0Sel) -> 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 Adc0fclksel0Sel
impl PartialEq for Adc0fclksel0Sel
Source§impl PartialOrd for Adc0fclksel0Sel
impl PartialOrd for Adc0fclksel0Sel
impl Copy for Adc0fclksel0Sel
impl Eq for Adc0fclksel0Sel
impl StructuralPartialEq for Adc0fclksel0Sel
Auto Trait Implementations§
impl Freeze for Adc0fclksel0Sel
impl RefUnwindSafe for Adc0fclksel0Sel
impl Send for Adc0fclksel0Sel
impl Sync for Adc0fclksel0Sel
impl Unpin for Adc0fclksel0Sel
impl UnwindSafe for Adc0fclksel0Sel
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