#[repr(u8)]pub enum UsbClkselMux {
CLKROOT_SPLL = 0,
SCG_SCG_FIRC_48MHZ_CLK = 1,
CLKROOT_SOSC = 2,
_RESERVED_3 = 3,
}Variants§
CLKROOT_SPLL = 0
PLL1_CLK
SCG_SCG_FIRC_48MHZ_CLK = 1
CLK_48M
CLKROOT_SOSC = 2
CLK_IN
_RESERVED_3 = 3
Implementations§
Source§impl UsbClkselMux
impl UsbClkselMux
Trait Implementations§
Source§impl Clone for UsbClkselMux
impl Clone for UsbClkselMux
Source§fn clone(&self) -> UsbClkselMux
fn clone(&self) -> UsbClkselMux
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 UsbClkselMux
impl Debug for UsbClkselMux
Source§impl From<UsbClkselMux> for u8
impl From<UsbClkselMux> for u8
Source§fn from(val: UsbClkselMux) -> u8
fn from(val: UsbClkselMux) -> u8
Converts to this type from the input type.
Source§impl From<u8> for UsbClkselMux
impl From<u8> for UsbClkselMux
Source§fn from(val: u8) -> UsbClkselMux
fn from(val: u8) -> UsbClkselMux
Converts to this type from the input type.
Source§impl Ord for UsbClkselMux
impl Ord for UsbClkselMux
Source§fn cmp(&self, other: &UsbClkselMux) -> Ordering
fn cmp(&self, other: &UsbClkselMux) -> 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 UsbClkselMux
impl PartialEq for UsbClkselMux
Source§impl PartialOrd for UsbClkselMux
impl PartialOrd for UsbClkselMux
impl Copy for UsbClkselMux
impl Eq for UsbClkselMux
impl StructuralPartialEq for UsbClkselMux
Auto Trait Implementations§
impl Freeze for UsbClkselMux
impl RefUnwindSafe for UsbClkselMux
impl Send for UsbClkselMux
impl Sync for UsbClkselMux
impl Unpin for UsbClkselMux
impl UnwindSafe for UsbClkselMux
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