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