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