Enum Adcsel
#[repr(u8)]pub enum Adcsel {
Disable = 0,
Pll1P = 1,
Sys = 2,
_RESERVED_3 = 3,
}Variants§
Disable = 0
No clock selected
Pll1P = 1
PLL ‘P’ clock selected as ADC clock
Sys = 2
System clock selected as ADC clock
_RESERVED_3 = 3
Implementations§
Trait Implementations§
impl Copy for Adcsel
impl Eq for Adcsel
§impl Ord for Adcsel
impl Ord for Adcsel
1.21.0 (const: unstable) · 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
§impl PartialOrd for Adcsel
impl PartialOrd for Adcsel
impl StructuralPartialEq for Adcsel
Auto Trait Implementations§
impl Freeze for Adcsel
impl RefUnwindSafe for Adcsel
impl Send for Adcsel
impl Sync for Adcsel
impl Unpin for Adcsel
impl UnsafeUnpin for Adcsel
impl UnwindSafe for Adcsel
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