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