#[repr(u8)]pub enum Fc15fclkselSel {
SFRO_CLK = 0,
FFRO_CLK = 1,
AUDIO_PLL_CLK = 2,
MASTER_CLK = 3,
FCN_FRG_CLK = 4,
_RESERVED_5 = 5,
_RESERVED_6 = 6,
NONE = 7,
}Variants§
SFRO_CLK = 0
SFRO Clock.
FFRO_CLK = 1
FFRO Clock.
AUDIO_PLL_CLK = 2
Audio PLL Clock.
MASTER_CLK = 3
Master Clock In.
FCN_FRG_CLK = 4
FCn FRG Clock.
_RESERVED_5 = 5
_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 Fc15fclkselSel
impl Clone for Fc15fclkselSel
Source§fn clone(&self) -> Fc15fclkselSel
fn clone(&self) -> Fc15fclkselSel
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 Fc15fclkselSel
impl Debug for Fc15fclkselSel
Source§impl From<Fc15fclkselSel> for u8
impl From<Fc15fclkselSel> for u8
Source§fn from(val: Fc15fclkselSel) -> u8
fn from(val: Fc15fclkselSel) -> u8
Converts to this type from the input type.
Source§impl From<u8> for Fc15fclkselSel
impl From<u8> for Fc15fclkselSel
Source§fn from(val: u8) -> Fc15fclkselSel
fn from(val: u8) -> Fc15fclkselSel
Converts to this type from the input type.
Source§impl Ord for Fc15fclkselSel
impl Ord for Fc15fclkselSel
Source§fn cmp(&self, other: &Fc15fclkselSel) -> Ordering
fn cmp(&self, other: &Fc15fclkselSel) -> 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 Fc15fclkselSel
impl PartialEq for Fc15fclkselSel
Source§impl PartialOrd for Fc15fclkselSel
impl PartialOrd for Fc15fclkselSel
impl Copy for Fc15fclkselSel
impl Eq for Fc15fclkselSel
impl StructuralPartialEq for Fc15fclkselSel
Auto Trait Implementations§
impl Freeze for Fc15fclkselSel
impl RefUnwindSafe for Fc15fclkselSel
impl Send for Fc15fclkselSel
impl Sync for Fc15fclkselSel
impl Unpin for Fc15fclkselSel
impl UnwindSafe for Fc15fclkselSel
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