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