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