#[repr(u8)]pub enum MrccCmp0RrClkselMux {
ClkrootFunc0 = 0,
_RESERVED_1 = 1,
ClkrootFunc2 = 2,
ClkrootFunc3 = 3,
_RESERVED_4 = 4,
ClkrootFunc5 = 5,
_RESERVED_6 = 6,
_RESERVED_7 = 7,
}Variants§
ClkrootFunc0 = 0
FRO_12M.
_RESERVED_1 = 1
ClkrootFunc2 = 2
FRO_HF_DIV.
ClkrootFunc3 = 3
CLK_IN.
_RESERVED_4 = 4
ClkrootFunc5 = 5
CLK_1M.
_RESERVED_6 = 6
_RESERVED_7 = 7
Implementations§
Trait Implementations§
Source§impl Clone for MrccCmp0RrClkselMux
impl Clone for MrccCmp0RrClkselMux
Source§fn clone(&self) -> MrccCmp0RrClkselMux
fn clone(&self) -> MrccCmp0RrClkselMux
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 MrccCmp0RrClkselMux
impl Debug for MrccCmp0RrClkselMux
Source§impl From<MrccCmp0RrClkselMux> for u8
impl From<MrccCmp0RrClkselMux> for u8
Source§fn from(val: MrccCmp0RrClkselMux) -> u8
fn from(val: MrccCmp0RrClkselMux) -> u8
Converts to this type from the input type.
Source§impl From<u8> for MrccCmp0RrClkselMux
impl From<u8> for MrccCmp0RrClkselMux
Source§fn from(val: u8) -> MrccCmp0RrClkselMux
fn from(val: u8) -> MrccCmp0RrClkselMux
Converts to this type from the input type.
Source§impl Ord for MrccCmp0RrClkselMux
impl Ord for MrccCmp0RrClkselMux
Source§fn cmp(&self, other: &MrccCmp0RrClkselMux) -> Ordering
fn cmp(&self, other: &MrccCmp0RrClkselMux) -> 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 MrccCmp0RrClkselMux
impl PartialEq for MrccCmp0RrClkselMux
Source§impl PartialOrd for MrccCmp0RrClkselMux
impl PartialOrd for MrccCmp0RrClkselMux
impl Copy for MrccCmp0RrClkselMux
impl Eq for MrccCmp0RrClkselMux
impl StructuralPartialEq for MrccCmp0RrClkselMux
Auto Trait Implementations§
impl Freeze for MrccCmp0RrClkselMux
impl RefUnwindSafe for MrccCmp0RrClkselMux
impl Send for MrccCmp0RrClkselMux
impl Sync for MrccCmp0RrClkselMux
impl Unpin for MrccCmp0RrClkselMux
impl UnwindSafe for MrccCmp0RrClkselMux
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