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