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