pub enum AdcClockSel {
FroLfDiv,
FroHf,
ClkIn,
Clk1M,
Pll1ClkDiv,
None,
}Expand description
Selectable clocks for the ADC peripheral
Variants§
FroLfDiv
Divided fro_lf/clk_12m/FRO12M source
FroHf
Gated fro_hf/FRO180M source
ClkIn
External Clock Source
Clk1M
1MHz clock sourced by a divided fro_lf/clk_12m
Pll1ClkDiv
Internal PLL output, with configurable divisor
None
No clock/disabled
Trait Implementations§
Source§impl Clone for AdcClockSel
impl Clone for AdcClockSel
Source§fn clone(&self) -> AdcClockSel
fn clone(&self) -> AdcClockSel
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 AdcClockSel
impl Debug for AdcClockSel
Source§impl Format for AdcClockSel
impl Format for AdcClockSel
Source§impl PartialEq for AdcClockSel
impl PartialEq for AdcClockSel
impl Copy for AdcClockSel
impl Eq for AdcClockSel
impl StructuralPartialEq for AdcClockSel
Auto Trait Implementations§
impl Freeze for AdcClockSel
impl RefUnwindSafe for AdcClockSel
impl Send for AdcClockSel
impl Sync for AdcClockSel
impl Unpin for AdcClockSel
impl UnwindSafe for AdcClockSel
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