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