#[repr(u8)]pub enum LpuartClkselMux {
CLKROOT_FUNC_0 = 0,
_RESERVED_1 = 1,
CLKROOT_FUNC_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
_RESERVED_1 = 1
CLKROOT_FUNC_2 = 2
FRO_HF_DIV
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 LpuartClkselMux
impl Clone for LpuartClkselMux
Source§fn clone(&self) -> LpuartClkselMux
fn clone(&self) -> LpuartClkselMux
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 LpuartClkselMux
impl Debug for LpuartClkselMux
Source§impl From<LpuartClkselMux> for u8
impl From<LpuartClkselMux> for u8
Source§fn from(val: LpuartClkselMux) -> u8
fn from(val: LpuartClkselMux) -> u8
Converts to this type from the input type.
Source§impl From<u8> for LpuartClkselMux
impl From<u8> for LpuartClkselMux
Source§fn from(val: u8) -> LpuartClkselMux
fn from(val: u8) -> LpuartClkselMux
Converts to this type from the input type.
Source§impl Ord for LpuartClkselMux
impl Ord for LpuartClkselMux
Source§fn cmp(&self, other: &LpuartClkselMux) -> Ordering
fn cmp(&self, other: &LpuartClkselMux) -> 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 LpuartClkselMux
impl PartialEq for LpuartClkselMux
Source§impl PartialOrd for LpuartClkselMux
impl PartialOrd for LpuartClkselMux
impl Copy for LpuartClkselMux
impl Eq for LpuartClkselMux
impl StructuralPartialEq for LpuartClkselMux
Auto Trait Implementations§
impl Freeze for LpuartClkselMux
impl RefUnwindSafe for LpuartClkselMux
impl Send for LpuartClkselMux
impl Sync for LpuartClkselMux
impl Unpin for LpuartClkselMux
impl UnwindSafe for LpuartClkselMux
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