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