#[repr(u8)]pub enum AdcclkselSel {
mainclk = 0,
pll0 = 1,
fro96 = 2,
_RESERVED_3 = 3,
none = 4,
_RESERVED_5 = 5,
_RESERVED_6 = 6,
_RESERVED_7 = 7,
}Expand description
ADC clock source select
Variants§
mainclk = 0
Main clk.
pll0 = 1
PLL0 clk.
fro96 = 2
FRO 96 MHZ clk.
_RESERVED_3 = 3
none = 4
No clk.
_RESERVED_5 = 5
_RESERVED_6 = 6
_RESERVED_7 = 7
Implementations§
Source§impl AdcclkselSel
impl AdcclkselSel
Trait Implementations§
Source§impl Clone for AdcclkselSel
impl Clone for AdcclkselSel
Source§fn clone(&self) -> AdcclkselSel
fn clone(&self) -> AdcclkselSel
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 AdcclkselSel
impl Debug for AdcclkselSel
Source§impl From<AdcclkselSel> for u8
impl From<AdcclkselSel> for u8
Source§fn from(val: AdcclkselSel) -> u8
fn from(val: AdcclkselSel) -> u8
Converts to this type from the input type.
Source§impl From<u8> for AdcclkselSel
impl From<u8> for AdcclkselSel
Source§fn from(val: u8) -> AdcclkselSel
fn from(val: u8) -> AdcclkselSel
Converts to this type from the input type.
Source§impl Ord for AdcclkselSel
impl Ord for AdcclkselSel
Source§fn cmp(&self, other: &AdcclkselSel) -> Ordering
fn cmp(&self, other: &AdcclkselSel) -> 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 AdcclkselSel
impl PartialEq for AdcclkselSel
Source§impl PartialOrd for AdcclkselSel
impl PartialOrd for AdcclkselSel
impl Copy for AdcclkselSel
impl Eq for AdcclkselSel
impl StructuralPartialEq for AdcclkselSel
Auto Trait Implementations§
impl Freeze for AdcclkselSel
impl RefUnwindSafe for AdcclkselSel
impl Send for AdcclkselSel
impl Sync for AdcclkselSel
impl Unpin for AdcclkselSel
impl UnwindSafe for AdcclkselSel
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