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