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