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