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