#[repr(u8)]pub enum CtimerClkselMux {
CLKROOT_FUNC_0 = 0,
CLKROOT_FUNC_1 = 1,
_RESERVED_2 = 2,
CLKROOT_FUNC_3 = 3,
CLKROOT_FUNC_4 = 4,
CLKROOT_FUNC_5 = 5,
CLKROOT_FUNC_6 = 6,
_RESERVED_7 = 7,
}Variants§
CLKROOT_FUNC_0 = 0
FRO_LF_DIV
CLKROOT_FUNC_1 = 1
FRO_HF_GATED
_RESERVED_2 = 2
CLKROOT_FUNC_3 = 3
CLK_IN
CLKROOT_FUNC_4 = 4
CLK_16K
CLKROOT_FUNC_5 = 5
CLK_1M
CLKROOT_FUNC_6 = 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