#[repr(u8)]pub enum Clkoutsel0Sel {
SFRO_CLK = 0,
XTALIN_CLK = 1,
LPOSC = 2,
FFRO_CLK = 3,
MAIN_CLK = 4,
_RESERVED_5 = 5,
DSP_MAIN_CLK = 6,
NONE = 7,
}Variants§
SFRO_CLK = 0
SFRO Clock.
XTALIN_CLK = 1
XTALIN Clock.
LPOSC = 2
Low Power Oscillator Clock (LPOSC).
FFRO_CLK = 3
FFRO Clock.
MAIN_CLK = 4
Main Clock.
_RESERVED_5 = 5
DSP_MAIN_CLK = 6
DSP Main Clock.
NONE = 7
None, this may be selected in order to reduce power when no output is needed.
Implementations§
Source§impl Clkoutsel0Sel
impl Clkoutsel0Sel
Trait Implementations§
Source§impl Clone for Clkoutsel0Sel
impl Clone for Clkoutsel0Sel
Source§fn clone(&self) -> Clkoutsel0Sel
fn clone(&self) -> Clkoutsel0Sel
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 Clkoutsel0Sel
impl Debug for Clkoutsel0Sel
Source§impl From<Clkoutsel0Sel> for u8
impl From<Clkoutsel0Sel> for u8
Source§fn from(val: Clkoutsel0Sel) -> u8
fn from(val: Clkoutsel0Sel) -> u8
Converts to this type from the input type.
Source§impl From<u8> for Clkoutsel0Sel
impl From<u8> for Clkoutsel0Sel
Source§fn from(val: u8) -> Clkoutsel0Sel
fn from(val: u8) -> Clkoutsel0Sel
Converts to this type from the input type.
Source§impl Ord for Clkoutsel0Sel
impl Ord for Clkoutsel0Sel
Source§fn cmp(&self, other: &Clkoutsel0Sel) -> Ordering
fn cmp(&self, other: &Clkoutsel0Sel) -> 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 Clkoutsel0Sel
impl PartialEq for Clkoutsel0Sel
Source§impl PartialOrd for Clkoutsel0Sel
impl PartialOrd for Clkoutsel0Sel
impl Copy for Clkoutsel0Sel
impl Eq for Clkoutsel0Sel
impl StructuralPartialEq for Clkoutsel0Sel
Auto Trait Implementations§
impl Freeze for Clkoutsel0Sel
impl RefUnwindSafe for Clkoutsel0Sel
impl Send for Clkoutsel0Sel
impl Sync for Clkoutsel0Sel
impl Unpin for Clkoutsel0Sel
impl UnwindSafe for Clkoutsel0Sel
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