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