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