#[repr(u8)]pub enum LptmrClkselMux {
I0_CLKROOT_FUNC_0 = 0,
_RESERVED_1 = 1,
I2_CLKROOT_FUNC_2 = 2,
I3_CLKROOT_FUNC_3 = 3,
_RESERVED_4 = 4,
I5_CLKROOT_FUNC_5 = 5,
I6_CLKROOT_FUNC_6 = 6,
_RESERVED_7 = 7,
}Variants§
I0_CLKROOT_FUNC_0 = 0
FRO_LF_DIV
_RESERVED_1 = 1
I2_CLKROOT_FUNC_2 = 2
FRO_HF_DIV
I3_CLKROOT_FUNC_3 = 3
CLK_IN
_RESERVED_4 = 4
I5_CLKROOT_FUNC_5 = 5
CLK_1M
I6_CLKROOT_FUNC_6 = 6
PLL1_CLK_DIV
_RESERVED_7 = 7
Implementations§
Trait Implementations§
Source§impl Clone for LptmrClkselMux
impl Clone for LptmrClkselMux
Source§fn clone(&self) -> LptmrClkselMux
fn clone(&self) -> LptmrClkselMux
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 LptmrClkselMux
impl Debug for LptmrClkselMux
Source§impl From<LptmrClkselMux> for u8
impl From<LptmrClkselMux> for u8
Source§fn from(val: LptmrClkselMux) -> u8
fn from(val: LptmrClkselMux) -> u8
Converts to this type from the input type.
Source§impl From<u8> for LptmrClkselMux
impl From<u8> for LptmrClkselMux
Source§fn from(val: u8) -> LptmrClkselMux
fn from(val: u8) -> LptmrClkselMux
Converts to this type from the input type.
Source§impl Ord for LptmrClkselMux
impl Ord for LptmrClkselMux
Source§fn cmp(&self, other: &LptmrClkselMux) -> Ordering
fn cmp(&self, other: &LptmrClkselMux) -> 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 LptmrClkselMux
impl PartialEq for LptmrClkselMux
Source§impl PartialOrd for LptmrClkselMux
impl PartialOrd for LptmrClkselMux
impl Copy for LptmrClkselMux
impl Eq for LptmrClkselMux
impl StructuralPartialEq for LptmrClkselMux
Auto Trait Implementations§
impl Freeze for LptmrClkselMux
impl RefUnwindSafe for LptmrClkselMux
impl Send for LptmrClkselMux
impl Sync for LptmrClkselMux
impl Unpin for LptmrClkselMux
impl UnwindSafe for LptmrClkselMux
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