#[repr(u8)]pub enum Clkoutsel1Sel {
CLKOUTSEL0_OUTPUT = 0,
MAIN_PLL_CLK = 1,
SYSPLL0_AUX0_PLL_CLK = 2,
DSP_PLL_CLK = 3,
SYSPLL0_AUX1_PLL_CLK = 4,
AUDIO_PLL_CLK = 5,
RTC_CLK_32KHZ = 6,
NONE = 7,
}Variants§
CLKOUTSEL0_OUTPUT = 0
CLKOUTSEL0 Multiplexed Output.
MAIN_PLL_CLK = 1
Main System PLL Clock.
SYSPLL0_AUX0_PLL_CLK = 2
SYSPLL0 AUX0_PLL_Clock.
DSP_PLL_CLK = 3
DSP PLL clock.
SYSPLL0_AUX1_PLL_CLK = 4
SYSPLL0 AUX1_PLL_Clock.
AUDIO_PLL_CLK = 5
AUDIO PLL Clock.
RTC_CLK_32KHZ = 6
32KHz RTC Clock.
NONE = 7
None, this may be selected in order to reduce power when no output is needed.
Implementations§
Source§impl Clkoutsel1Sel
impl Clkoutsel1Sel
Trait Implementations§
Source§impl Clone for Clkoutsel1Sel
impl Clone for Clkoutsel1Sel
Source§fn clone(&self) -> Clkoutsel1Sel
fn clone(&self) -> Clkoutsel1Sel
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 Clkoutsel1Sel
impl Debug for Clkoutsel1Sel
Source§impl From<Clkoutsel1Sel> for u8
impl From<Clkoutsel1Sel> for u8
Source§fn from(val: Clkoutsel1Sel) -> u8
fn from(val: Clkoutsel1Sel) -> u8
Converts to this type from the input type.
Source§impl From<u8> for Clkoutsel1Sel
impl From<u8> for Clkoutsel1Sel
Source§fn from(val: u8) -> Clkoutsel1Sel
fn from(val: u8) -> Clkoutsel1Sel
Converts to this type from the input type.
Source§impl Ord for Clkoutsel1Sel
impl Ord for Clkoutsel1Sel
Source§fn cmp(&self, other: &Clkoutsel1Sel) -> Ordering
fn cmp(&self, other: &Clkoutsel1Sel) -> 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 Clkoutsel1Sel
impl PartialEq for Clkoutsel1Sel
Source§impl PartialOrd for Clkoutsel1Sel
impl PartialOrd for Clkoutsel1Sel
impl Copy for Clkoutsel1Sel
impl Eq for Clkoutsel1Sel
impl StructuralPartialEq for Clkoutsel1Sel
Auto Trait Implementations§
impl Freeze for Clkoutsel1Sel
impl RefUnwindSafe for Clkoutsel1Sel
impl Send for Clkoutsel1Sel
impl Sync for Clkoutsel1Sel
impl Unpin for Clkoutsel1Sel
impl UnwindSafe for Clkoutsel1Sel
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