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