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