#[repr(u8)]pub enum Flexcan0clkselSel {
ENUM0 = 0,
ENUM1 = 1,
ENUM2 = 2,
ENUM3 = 3,
ENUM4 = 4,
ENUM5 = 5,
ENUM6 = 6,
ENUM7 = 7,
}Variants§
ENUM0 = 0
No clock.
ENUM1 = 1
PLL0 clock.
ENUM2 = 2
CLKIN clock.
ENUM3 = 3
FRO_HF clock.
ENUM4 = 4
No clock.
ENUM5 = 5
PLL1_clk0 clock.
ENUM6 = 6
USB PLL clock.
ENUM7 = 7
No clock.
Implementations§
Trait Implementations§
Source§impl Clone for Flexcan0clkselSel
impl Clone for Flexcan0clkselSel
Source§fn clone(&self) -> Flexcan0clkselSel
fn clone(&self) -> Flexcan0clkselSel
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 Flexcan0clkselSel
impl Debug for Flexcan0clkselSel
Source§impl From<Flexcan0clkselSel> for u8
impl From<Flexcan0clkselSel> for u8
Source§fn from(val: Flexcan0clkselSel) -> u8
fn from(val: Flexcan0clkselSel) -> u8
Converts to this type from the input type.
Source§impl From<u8> for Flexcan0clkselSel
impl From<u8> for Flexcan0clkselSel
Source§fn from(val: u8) -> Flexcan0clkselSel
fn from(val: u8) -> Flexcan0clkselSel
Converts to this type from the input type.
Source§impl Ord for Flexcan0clkselSel
impl Ord for Flexcan0clkselSel
Source§fn cmp(&self, other: &Flexcan0clkselSel) -> Ordering
fn cmp(&self, other: &Flexcan0clkselSel) -> 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 Flexcan0clkselSel
impl PartialEq for Flexcan0clkselSel
Source§impl PartialOrd for Flexcan0clkselSel
impl PartialOrd for Flexcan0clkselSel
impl Copy for Flexcan0clkselSel
impl Eq for Flexcan0clkselSel
impl StructuralPartialEq for Flexcan0clkselSel
Auto Trait Implementations§
impl Freeze for Flexcan0clkselSel
impl RefUnwindSafe for Flexcan0clkselSel
impl Send for Flexcan0clkselSel
impl Sync for Flexcan0clkselSel
impl Unpin for Flexcan0clkselSel
impl UnwindSafe for Flexcan0clkselSel
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