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