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