#[repr(u8)]pub enum E158ClkselMux {
_RESERVED_0 = 0,
_RESERVED_1 = 1,
_RESERVED_2 = 2,
I3_CLKROOT_SOSC = 3,
I4_IPP__ENET0__CLK_TX_I = 4,
_RESERVED_5 = 5,
I6_CLKROOT_SPLL = 6,
_RESERVED_7 = 7,
}Variants§
_RESERVED_0 = 0
_RESERVED_1 = 1
_RESERVED_2 = 2
I3_CLKROOT_SOSC = 3
CLK_IN
I4_IPP__ENET0__CLK_TX_I = 4
ENET0_TX_CLK
_RESERVED_5 = 5
I6_CLKROOT_SPLL = 6
PLL1_CLK
_RESERVED_7 = 7
Implementations§
Source§impl E158ClkselMux
impl E158ClkselMux
Trait Implementations§
Source§impl Clone for E158ClkselMux
impl Clone for E158ClkselMux
Source§fn clone(&self) -> E158ClkselMux
fn clone(&self) -> E158ClkselMux
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 E158ClkselMux
impl Debug for E158ClkselMux
Source§impl From<E158ClkselMux> for u8
impl From<E158ClkselMux> for u8
Source§fn from(val: E158ClkselMux) -> u8
fn from(val: E158ClkselMux) -> u8
Converts to this type from the input type.
Source§impl From<u8> for E158ClkselMux
impl From<u8> for E158ClkselMux
Source§fn from(val: u8) -> E158ClkselMux
fn from(val: u8) -> E158ClkselMux
Converts to this type from the input type.
Source§impl Ord for E158ClkselMux
impl Ord for E158ClkselMux
Source§fn cmp(&self, other: &E158ClkselMux) -> Ordering
fn cmp(&self, other: &E158ClkselMux) -> 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 E158ClkselMux
impl PartialEq for E158ClkselMux
Source§impl PartialOrd for E158ClkselMux
impl PartialOrd for E158ClkselMux
impl Copy for E158ClkselMux
impl Eq for E158ClkselMux
impl StructuralPartialEq for E158ClkselMux
Auto Trait Implementations§
impl Freeze for E158ClkselMux
impl RefUnwindSafe for E158ClkselMux
impl Send for E158ClkselMux
impl Sync for E158ClkselMux
impl Unpin for E158ClkselMux
impl UnwindSafe for E158ClkselMux
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