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