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