#[repr(u8)]pub enum AdcClkselMux {
I0_CLKROOT_SIRC_DIV = 0,
I1_CLKROOT_FIRC_GATED = 1,
_RESERVED_2 = 2,
I3_CLKROOT_SOSC = 3,
I4_CLKROOT_USBPFD = 4,
I5_CLKROOT_1M = 5,
I6_CLKROOT_SPLL_DIV = 6,
_RESERVED_7 = 7,
}Variants§
I0_CLKROOT_SIRC_DIV = 0
FRO_LF_DIV
I1_CLKROOT_FIRC_GATED = 1
FRO_HF_GATED
_RESERVED_2 = 2
I3_CLKROOT_SOSC = 3
CLK_IN
I4_CLKROOT_USBPFD = 4
USB_PFD_CLK
I5_CLKROOT_1M = 5
CLK_1M
I6_CLKROOT_SPLL_DIV = 6
PLL1_CLK_DIV
_RESERVED_7 = 7
Implementations§
Source§impl AdcClkselMux
impl AdcClkselMux
Trait Implementations§
Source§impl Clone for AdcClkselMux
impl Clone for AdcClkselMux
Source§fn clone(&self) -> AdcClkselMux
fn clone(&self) -> AdcClkselMux
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 AdcClkselMux
impl Debug for AdcClkselMux
Source§impl From<AdcClkselMux> for u8
impl From<AdcClkselMux> for u8
Source§fn from(val: AdcClkselMux) -> u8
fn from(val: AdcClkselMux) -> u8
Converts to this type from the input type.
Source§impl From<u8> for AdcClkselMux
impl From<u8> for AdcClkselMux
Source§fn from(val: u8) -> AdcClkselMux
fn from(val: u8) -> AdcClkselMux
Converts to this type from the input type.
Source§impl Ord for AdcClkselMux
impl Ord for AdcClkselMux
Source§fn cmp(&self, other: &AdcClkselMux) -> Ordering
fn cmp(&self, other: &AdcClkselMux) -> 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 AdcClkselMux
impl PartialEq for AdcClkselMux
Source§impl PartialOrd for AdcClkselMux
impl PartialOrd for AdcClkselMux
impl Copy for AdcClkselMux
impl Eq for AdcClkselMux
impl StructuralPartialEq for AdcClkselMux
Auto Trait Implementations§
impl Freeze for AdcClkselMux
impl RefUnwindSafe for AdcClkselMux
impl Send for AdcClkselMux
impl Sync for AdcClkselMux
impl Unpin for AdcClkselMux
impl UnwindSafe for AdcClkselMux
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