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