#[repr(u8)]pub enum ClkoutClkselMux {
I0_CLKROOT_12M = 0,
I1_CLKROOT_FIRC_DIV = 1,
I2_CLKROOT_SOSC = 2,
I3_CLKROOT_LPOSC = 3,
_RESERVED_4 = 4,
I5_CLKROOT_SPLL_DIV = 5,
I6_CLKROOT_SLOW = 6,
_RESERVED_7 = 7,
}Variants§
I0_CLKROOT_12M = 0
FRO_12M
I1_CLKROOT_FIRC_DIV = 1
FRO_HF_DIV
I2_CLKROOT_SOSC = 2
CLK_IN
I3_CLKROOT_LPOSC = 3
LP_OSC
_RESERVED_4 = 4
I5_CLKROOT_SPLL_DIV = 5
PLL1_CLK_DIV
I6_CLKROOT_SLOW = 6
SLOW_CLK
_RESERVED_7 = 7
Implementations§
Trait Implementations§
Source§impl Clone for ClkoutClkselMux
impl Clone for ClkoutClkselMux
Source§fn clone(&self) -> ClkoutClkselMux
fn clone(&self) -> ClkoutClkselMux
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 ClkoutClkselMux
impl Debug for ClkoutClkselMux
Source§impl From<ClkoutClkselMux> for u8
impl From<ClkoutClkselMux> for u8
Source§fn from(val: ClkoutClkselMux) -> u8
fn from(val: ClkoutClkselMux) -> u8
Converts to this type from the input type.
Source§impl From<u8> for ClkoutClkselMux
impl From<u8> for ClkoutClkselMux
Source§fn from(val: u8) -> ClkoutClkselMux
fn from(val: u8) -> ClkoutClkselMux
Converts to this type from the input type.
Source§impl Ord for ClkoutClkselMux
impl Ord for ClkoutClkselMux
Source§fn cmp(&self, other: &ClkoutClkselMux) -> Ordering
fn cmp(&self, other: &ClkoutClkselMux) -> 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 ClkoutClkselMux
impl PartialEq for ClkoutClkselMux
Source§impl PartialOrd for ClkoutClkselMux
impl PartialOrd for ClkoutClkselMux
impl Copy for ClkoutClkselMux
impl Eq for ClkoutClkselMux
impl StructuralPartialEq for ClkoutClkselMux
Auto Trait Implementations§
impl Freeze for ClkoutClkselMux
impl RefUnwindSafe for ClkoutClkselMux
impl Send for ClkoutClkselMux
impl Sync for ClkoutClkselMux
impl Unpin for ClkoutClkselMux
impl UnwindSafe for ClkoutClkselMux
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